Commit a73a2667 authored by John Abd-El-Malek's avatar John Abd-El-Malek

Fix the condition when disabling CertLoaderTest and NetworkCertMigratorTest.

BUG=418369
TBR=zelidrag@chromium.org

Review URL: https://codereview.chromium.org/607313002

Cr-Commit-Position: refs/heads/master@{#297124}
parent fd1b0858
...@@ -20,7 +20,7 @@ ...@@ -20,7 +20,7 @@
#include "testing/gtest/include/gtest/gtest.h" #include "testing/gtest/include/gtest/gtest.h"
// http://crbug.com/418369 // http://crbug.com/418369
#ifndef NDEBUG #ifdef NDEBUG
namespace chromeos { namespace chromeos {
namespace { namespace {
......
...@@ -28,7 +28,7 @@ ...@@ -28,7 +28,7 @@
#include "third_party/cros_system_api/dbus/service_constants.h" #include "third_party/cros_system_api/dbus/service_constants.h"
// http://crbug.com/418369 // http://crbug.com/418369
#ifndef NDEBUG #ifdef NDEBUG
namespace chromeos { namespace chromeos {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment