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 /chrome_frame | |
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 'chrome_frame')
-rw-r--r-- | chrome_frame/crash_reporting/nt_loader_unittest.cc | 2 | ||||
-rw-r--r-- | chrome_frame/delete_chrome_history.h | 2 | ||||
-rw-r--r-- | chrome_frame/test/chrome_frame_test_utils.h | 2 | ||||
-rw-r--r-- | chrome_frame/test/chrome_frame_ui_test_utils.cc | 2 | ||||
-rw-r--r-- | chrome_frame/test/html_util_unittests.cc | 2 | ||||
-rw-r--r-- | chrome_frame/test/net/fake_external_tab.h | 2 | ||||
-rw-r--r-- | chrome_frame/test/test_server.h | 2 | ||||
-rw-r--r-- | chrome_frame/test/win_event_receiver.cc | 2 | ||||
-rw-r--r-- | chrome_frame/urlmon_url_request.cc | 2 | ||||
-rw-r--r-- | chrome_frame/vtable_patch_manager_unittest.cc | 4 |
10 files changed, 11 insertions, 11 deletions
diff --git a/chrome_frame/crash_reporting/nt_loader_unittest.cc b/chrome_frame/crash_reporting/nt_loader_unittest.cc index 05d0968..d5576f3 100644 --- a/chrome_frame/crash_reporting/nt_loader_unittest.cc +++ b/chrome_frame/crash_reporting/nt_loader_unittest.cc @@ -12,7 +12,7 @@ #include "base/bind_helpers.h" #include "base/environment.h" #include "base/memory/scoped_ptr.h" -#include "base/message_loop.h" +#include "base/message_loop/message_loop.h" #include "base/strings/string_util.h" #include "base/strings/utf_string_conversions.h" #include "base/sys_info.h" diff --git a/chrome_frame/delete_chrome_history.h b/chrome_frame/delete_chrome_history.h index 79d1f05..8287931 100644 --- a/chrome_frame/delete_chrome_history.h +++ b/chrome_frame/delete_chrome_history.h @@ -11,7 +11,7 @@ #include <deletebrowsinghistory.h> -#include "base/message_loop.h" +#include "base/message_loop/message_loop.h" #include "chrome_frame/bho.h" #include "chrome_frame/chrome_frame_plugin.h" #include "chrome_frame/chrome_tab.h" diff --git a/chrome_frame/test/chrome_frame_test_utils.h b/chrome_frame/test/chrome_frame_test_utils.h index 8960ac6..926143a 100644 --- a/chrome_frame/test/chrome_frame_test_utils.h +++ b/chrome_frame/test/chrome_frame_test_utils.h @@ -17,7 +17,7 @@ #include "base/compiler_specific.h" #include "base/files/file_path.h" #include "base/memory/scoped_ptr.h" -#include "base/message_loop.h" +#include "base/message_loop/message_loop.h" #include "base/process_util.h" #include "base/run_loop.h" #include "base/test/test_reg_util_win.h" diff --git a/chrome_frame/test/chrome_frame_ui_test_utils.cc b/chrome_frame/test/chrome_frame_ui_test_utils.cc index 8b0d687..d113115 100644 --- a/chrome_frame/test/chrome_frame_ui_test_utils.cc +++ b/chrome_frame/test/chrome_frame_ui_test_utils.cc @@ -11,7 +11,7 @@ #include "base/bind.h" #include "base/memory/scoped_ptr.h" -#include "base/message_loop.h" +#include "base/message_loop/message_loop.h" #include "base/path_service.h" #include "base/strings/string_util.h" #include "base/strings/stringprintf.h" diff --git a/chrome_frame/test/html_util_unittests.cc b/chrome_frame/test/html_util_unittests.cc index c5007e9..b9af356 100644 --- a/chrome_frame/test/html_util_unittests.cc +++ b/chrome_frame/test/html_util_unittests.cc @@ -12,7 +12,7 @@ #include "base/file_util.h" #include "base/memory/ref_counted.h" #include "base/memory/scoped_handle.h" -#include "base/message_loop.h" +#include "base/message_loop/message_loop.h" #include "base/path_service.h" #include "base/process_util.h" #include "base/strings/utf_string_conversions.h" diff --git a/chrome_frame/test/net/fake_external_tab.h b/chrome_frame/test/net/fake_external_tab.h index b02d6f4..bf0ebc8 100644 --- a/chrome_frame/test/net/fake_external_tab.h +++ b/chrome_frame/test/net/fake_external_tab.h @@ -9,7 +9,7 @@ #include "base/cancelable_callback.h" #include "base/files/file_path.h" -#include "base/message_loop.h" +#include "base/message_loop/message_loop.h" #include "base/process.h" #include "base/win/scoped_handle.h" #include "chrome/browser/browser_process_impl.h" diff --git a/chrome_frame/test/test_server.h b/chrome_frame/test/test_server.h index 4762a27..ade2b18 100644 --- a/chrome_frame/test/test_server.h +++ b/chrome_frame/test/test_server.h @@ -41,7 +41,7 @@ #include "base/basictypes.h" #include "base/files/file_path.h" #include "base/files/memory_mapped_file.h" -#include "base/message_loop.h" +#include "base/message_loop/message_loop.h" #include "net/socket/stream_listen_socket.h" namespace test_server { diff --git a/chrome_frame/test/win_event_receiver.cc b/chrome_frame/test/win_event_receiver.cc index b9bdf8d..b818805 100644 --- a/chrome_frame/test/win_event_receiver.cc +++ b/chrome_frame/test/win_event_receiver.cc @@ -7,7 +7,7 @@ #include "base/bind.h" #include "base/logging.h" #include "base/memory/weak_ptr.h" -#include "base/message_loop.h" +#include "base/message_loop/message_loop.h" #include "base/strings/string_util.h" #include "base/win/object_watcher.h" #include "chrome_frame/function_stub.h" diff --git a/chrome_frame/urlmon_url_request.cc b/chrome_frame/urlmon_url_request.cc index 51a4a0b..293adbf 100644 --- a/chrome_frame/urlmon_url_request.cc +++ b/chrome_frame/urlmon_url_request.cc @@ -11,7 +11,7 @@ #include "base/bind_helpers.h" #include "base/logging.h" #include "base/memory/scoped_ptr.h" -#include "base/message_loop.h" +#include "base/message_loop/message_loop.h" #include "base/strings/string_number_conversions.h" #include "base/strings/stringprintf.h" #include "base/strings/utf_string_conversions.h" diff --git a/chrome_frame/vtable_patch_manager_unittest.cc b/chrome_frame/vtable_patch_manager_unittest.cc index 53ece2c..1135385 100644 --- a/chrome_frame/vtable_patch_manager_unittest.cc +++ b/chrome_frame/vtable_patch_manager_unittest.cc @@ -8,11 +8,11 @@ #include "base/bind.h" #include "base/bind_helpers.h" -#include "base/message_loop.h" +#include "base/message_loop/message_loop.h" #include "base/threading/thread.h" #include "base/win/scoped_handle.h" -#include "gtest/gtest.h" #include "gmock/gmock.h" +#include "gtest/gtest.h" namespace { // GMock names we use. |