Skip to content

Commit

Permalink
Fix the condition when disabling CertLoaderTest and NetworkCertMigrat…
Browse files Browse the repository at this point in the history
…orTest.

BUG=418369
TBR=zelidrag@chromium.org

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

Cr-Commit-Position: refs/heads/master@{#297124}
  • Loading branch information
John Abd-El-Malek committed Sep 28, 2014
1 parent fd1b085 commit a73a266
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion chromeos/cert_loader_unittest.cc
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
#include "testing/gtest/include/gtest/gtest.h"

// http://crbug.com/418369
#ifndef NDEBUG
#ifdef NDEBUG

namespace chromeos {
namespace {
Expand Down
2 changes: 1 addition & 1 deletion chromeos/network/network_cert_migrator_unittest.cc
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
#include "third_party/cros_system_api/dbus/service_constants.h"

// http://crbug.com/418369
#ifndef NDEBUG
#ifdef NDEBUG

namespace chromeos {

Expand Down

0 comments on commit a73a266

Please sign in to comment.