summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorwtc@chromium.org <wtc@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-05-04 18:15:56 +0000
committerwtc@chromium.org <wtc@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-05-04 18:15:56 +0000
commit331c251e8ec80f33c7bf5aea39f4afae814d1a7c (patch)
tree2d6101a1acb104eefd19011fdec06c1c0b7c9a2c
parent6e643c8acbca60ed61934ebb04782a485e91bf44 (diff)
downloadchromium_src-331c251e8ec80f33c7bf5aea39f4afae814d1a7c.zip
chromium_src-331c251e8ec80f33c7bf5aea39f4afae814d1a7c.tar.gz
chromium_src-331c251e8ec80f33c7bf5aea39f4afae814d1a7c.tar.bz2
Include "build/build_config.h" explicitly because we test the
OS_WIN macro. R=willchan BUG=43142 TEST=No compilation error. Review URL: http://codereview.chromium.org/1929005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@46367 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r--net/base/run_all_unittests.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/net/base/run_all_unittests.cc b/net/base/run_all_unittests.cc
index c53254b..85bda7d 100644
--- a/net/base/run_all_unittests.cc
+++ b/net/base/run_all_unittests.cc
@@ -2,6 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
+#include "build/build_config.h"
#include "base/histogram.h"
#include "net/base/net_test_suite.h"
#if defined(OS_WIN)