diff options
Diffstat (limited to 'chrome_frame/test')
-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 |
6 files changed, 6 insertions, 6 deletions
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" |