diff options
author | avi@chromium.org <avi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-07-17 22:16:13 +0000 |
---|---|---|
committer | avi@chromium.org <avi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-07-17 22:16:13 +0000 |
commit | c50a693e365d8415e39363686771d4db0c24c317 (patch) | |
tree | 8b11bfe0427fb1d0067f5e9d48cd86bcb9b29c04 /cc/test/fake_output_surface.cc | |
parent | bffef3c1e017c81d3dbffd7b26c27514be351096 (diff) | |
download | chromium_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/fake_output_surface.cc')
-rw-r--r-- | cc/test/fake_output_surface.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cc/test/fake_output_surface.cc b/cc/test/fake_output_surface.cc index 195c603..6694b06 100644 --- a/cc/test/fake_output_surface.cc +++ b/cc/test/fake_output_surface.cc @@ -5,7 +5,7 @@ #include "cc/test/fake_output_surface.h" #include "base/bind.h" -#include "base/message_loop.h" +#include "base/message_loop/message_loop.h" #include "cc/output/compositor_frame_ack.h" #include "cc/output/output_surface_client.h" #include "testing/gtest/include/gtest/gtest.h" |