diff options
author | avi@chromium.org <avi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-07-18 02:07:17 +0000 |
---|---|---|
committer | avi@chromium.org <avi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-07-18 02:07:17 +0000 |
commit | 95f861e7fc993d94e09f0dce18f89d669baae6aa (patch) | |
tree | 20a87a38588048a8184b392d015ea94efff9bac0 /content/browser/host_zoom_map_impl_unittest.cc | |
parent | 0e1ad4485281e7d3510499ef5fd3e95e5933c600 (diff) | |
download | chromium_src-95f861e7fc993d94e09f0dce18f89d669baae6aa.zip chromium_src-95f861e7fc993d94e09f0dce18f89d669baae6aa.tar.gz chromium_src-95f861e7fc993d94e09f0dce18f89d669baae6aa.tar.bz2 |
Use a direct include of the message_loop header in content/, part 1.
BUG=260807
TEST=none
TBR=ben@chromium.org
Review URL: https://chromiumcodereview.appspot.com/19532003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@212206 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/browser/host_zoom_map_impl_unittest.cc')
-rw-r--r-- | content/browser/host_zoom_map_impl_unittest.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/content/browser/host_zoom_map_impl_unittest.cc b/content/browser/host_zoom_map_impl_unittest.cc index ccb04e4..df1b762 100644 --- a/content/browser/host_zoom_map_impl_unittest.cc +++ b/content/browser/host_zoom_map_impl_unittest.cc @@ -5,7 +5,7 @@ #include "content/browser/host_zoom_map_impl.h" #include "base/memory/ref_counted.h" -#include "base/message_loop.h" +#include "base/message_loop/message_loop.h" #include "content/public/browser/browser_thread.h" #include "content/public/test/test_browser_thread.h" #include "testing/gtest/include/gtest/gtest.h" |