summaryrefslogtreecommitdiffstats
path: root/cc/test/run_all_unittests.cc
diff options
context:
space:
mode:
authoravi@chromium.org <avi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-07-17 22:16:13 +0000
committeravi@chromium.org <avi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-07-17 22:16:13 +0000
commitc50a693e365d8415e39363686771d4db0c24c317 (patch)
tree8b11bfe0427fb1d0067f5e9d48cd86bcb9b29c04 /cc/test/run_all_unittests.cc
parentbffef3c1e017c81d3dbffd7b26c27514be351096 (diff)
downloadchromium_src-c50a693e365d8415e39363686771d4db0c24c317.zip
chromium_src-c50a693e365d8415e39363686771d4db0c24c317.tar.gz
chromium_src-c50a693e365d8415e39363686771d4db0c24c317.tar.bz2
Use a direct include of the message_loop header in cc/, chrome_frame/, cloud_print/, components.
BUG=260807 TEST=none TBR=ben@chromium.org Review URL: https://chromiumcodereview.appspot.com/19403002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@212143 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'cc/test/run_all_unittests.cc')
-rw-r--r--cc/test/run_all_unittests.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/cc/test/run_all_unittests.cc b/cc/test/run_all_unittests.cc
index b4ec092..0ac740e 100644
--- a/cc/test/run_all_unittests.cc
+++ b/cc/test/run_all_unittests.cc
@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "base/message_loop.h"
+#include "base/message_loop/message_loop.h"
#include "base/test/test_suite.h"
#include "cc/test/cc_test_suite.h"
#include "testing/gmock/include/gmock/gmock.h"