diff options
author | brettw@chromium.org <brettw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-06-10 20:56:28 +0000 |
---|---|---|
committer | brettw@chromium.org <brettw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-06-10 20:56:28 +0000 |
commit | 7ccb7071077af5e80e50ac0daab7445dee10455a (patch) | |
tree | 438f2853e6a358ca20cae6115324f5071dfae97b /remoting/host | |
parent | ab482874ed6618ab6d50aa559050be7bc9a5dcfb (diff) | |
download | chromium_src-7ccb7071077af5e80e50ac0daab7445dee10455a.zip chromium_src-7ccb7071077af5e80e50ac0daab7445dee10455a.tar.gz chromium_src-7ccb7071077af5e80e50ac0daab7445dee10455a.tar.bz2 |
Update includes of message_loop_proxy.
This keeps the forwarding header, just updates all current callers.
BUG=
R=avi@chromium.org
Review URL: https://codereview.chromium.org/16514006
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@205306 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'remoting/host')
-rw-r--r-- | remoting/host/chromoting_host.cc | 2 | ||||
-rw-r--r-- | remoting/host/chromoting_host_unittest.cc | 1 | ||||
-rw-r--r-- | remoting/host/client_session.cc | 2 | ||||
-rw-r--r-- | remoting/host/heartbeat_sender.cc | 2 | ||||
-rw-r--r-- | remoting/host/heartbeat_sender_unittest.cc | 2 | ||||
-rw-r--r-- | remoting/host/host_mock_objects.cc | 2 | ||||
-rw-r--r-- | remoting/host/log_to_server.cc | 2 | ||||
-rw-r--r-- | remoting/host/log_to_server_unittest.cc | 2 | ||||
-rw-r--r-- | remoting/host/plugin/host_script_object.cc | 2 | ||||
-rw-r--r-- | remoting/host/policy_hack/policy_watcher_win.cc | 2 | ||||
-rw-r--r-- | remoting/host/url_request_context.cc | 2 | ||||
-rw-r--r-- | remoting/host/video_scheduler.cc | 2 |
12 files changed, 12 insertions, 11 deletions
diff --git a/remoting/host/chromoting_host.cc b/remoting/host/chromoting_host.cc index fe754ed..82f0d6e 100644 --- a/remoting/host/chromoting_host.cc +++ b/remoting/host/chromoting_host.cc @@ -9,7 +9,7 @@ #include "base/bind.h" #include "base/callback.h" #include "base/logging.h" -#include "base/message_loop_proxy.h" +#include "base/message_loop/message_loop_proxy.h" #include "build/build_config.h" #include "remoting/base/constants.h" #include "remoting/host/chromoting_host_context.h" diff --git a/remoting/host/chromoting_host_unittest.cc b/remoting/host/chromoting_host_unittest.cc index e780eda..0857e05 100644 --- a/remoting/host/chromoting_host_unittest.cc +++ b/remoting/host/chromoting_host_unittest.cc @@ -5,6 +5,7 @@ #include "base/bind.h" #include "base/bind_helpers.h" #include "base/memory/scoped_ptr.h" +#include "base/message_loop/message_loop_proxy.h" #include "base/message_loop_proxy.h" #include "remoting/base/auto_thread_task_runner.h" #include "remoting/host/audio_capturer.h" diff --git a/remoting/host/client_session.cc b/remoting/host/client_session.cc index 27cd910..cf282dd 100644 --- a/remoting/host/client_session.cc +++ b/remoting/host/client_session.cc @@ -6,7 +6,7 @@ #include <algorithm> -#include "base/message_loop_proxy.h" +#include "base/message_loop/message_loop_proxy.h" #include "remoting/base/capabilities.h" #include "remoting/codec/audio_encoder.h" #include "remoting/codec/audio_encoder_opus.h" diff --git a/remoting/host/heartbeat_sender.cc b/remoting/host/heartbeat_sender.cc index b1fb0d1..c78bea0 100644 --- a/remoting/host/heartbeat_sender.cc +++ b/remoting/host/heartbeat_sender.cc @@ -8,7 +8,7 @@ #include "base/bind.h" #include "base/logging.h" -#include "base/message_loop_proxy.h" +#include "base/message_loop/message_loop_proxy.h" #include "base/rand_util.h" #include "base/string_number_conversions.h" #include "base/strings/stringize_macros.h" diff --git a/remoting/host/heartbeat_sender_unittest.cc b/remoting/host/heartbeat_sender_unittest.cc index 92094bf..c3efec5 100644 --- a/remoting/host/heartbeat_sender_unittest.cc +++ b/remoting/host/heartbeat_sender_unittest.cc @@ -8,7 +8,7 @@ #include "base/memory/ref_counted.h" #include "base/message_loop.h" -#include "base/message_loop_proxy.h" +#include "base/message_loop/message_loop_proxy.h" #include "base/string_number_conversions.h" #include "remoting/base/constants.h" #include "remoting/base/rsa_key_pair.h" diff --git a/remoting/host/host_mock_objects.cc b/remoting/host/host_mock_objects.cc index ea1fabb..4bdd064 100644 --- a/remoting/host/host_mock_objects.cc +++ b/remoting/host/host_mock_objects.cc @@ -4,7 +4,7 @@ #include "remoting/host/host_mock_objects.h" -#include "base/message_loop_proxy.h" +#include "base/message_loop/message_loop_proxy.h" #include "base/single_thread_task_runner.h" #include "net/base/ip_endpoint.h" #include "remoting/base/auto_thread_task_runner.h" diff --git a/remoting/host/log_to_server.cc b/remoting/host/log_to_server.cc index 933b1a5..6799589 100644 --- a/remoting/host/log_to_server.cc +++ b/remoting/host/log_to_server.cc @@ -5,7 +5,7 @@ #include "remoting/host/log_to_server.h" #include "base/bind.h" -#include "base/message_loop_proxy.h" +#include "base/message_loop/message_loop_proxy.h" #include "remoting/base/constants.h" #include "remoting/host/host_status_monitor.h" #include "remoting/host/server_log_entry.h" diff --git a/remoting/host/log_to_server_unittest.cc b/remoting/host/log_to_server_unittest.cc index 912b87b..1dd60cb 100644 --- a/remoting/host/log_to_server_unittest.cc +++ b/remoting/host/log_to_server_unittest.cc @@ -3,7 +3,7 @@ // found in the LICENSE file. #include "base/message_loop.h" -#include "base/message_loop_proxy.h" +#include "base/message_loop/message_loop_proxy.h" #include "remoting/host/host_status_monitor_fake.h" #include "remoting/host/log_to_server.h" #include "remoting/jingle_glue/mock_objects.h" diff --git a/remoting/host/plugin/host_script_object.cc b/remoting/host/plugin/host_script_object.cc index 46e849a..a1fe21a 100644 --- a/remoting/host/plugin/host_script_object.cc +++ b/remoting/host/plugin/host_script_object.cc @@ -8,7 +8,7 @@ #include "base/json/json_reader.h" #include "base/json/json_writer.h" #include "base/message_loop.h" -#include "base/message_loop_proxy.h" +#include "base/message_loop/message_loop_proxy.h" #include "base/string_util.h" #include "base/stringprintf.h" #include "base/strings/sys_string_conversions.h" diff --git a/remoting/host/policy_hack/policy_watcher_win.cc b/remoting/host/policy_hack/policy_watcher_win.cc index 2150de3..6fb05d41 100644 --- a/remoting/host/policy_hack/policy_watcher_win.cc +++ b/remoting/host/policy_hack/policy_watcher_win.cc @@ -16,7 +16,7 @@ #include "base/compiler_specific.h" #include "base/memory/scoped_ptr.h" -#include "base/message_loop_proxy.h" +#include "base/message_loop/message_loop_proxy.h" #include "base/string16.h" #include "base/strings/utf_string_conversions.h" #include "base/synchronization/waitable_event.h" diff --git a/remoting/host/url_request_context.cc b/remoting/host/url_request_context.cc index 283a28b..c3240fe 100644 --- a/remoting/host/url_request_context.cc +++ b/remoting/host/url_request_context.cc @@ -4,7 +4,7 @@ #include "remoting/host/url_request_context.h" -#include "base/message_loop_proxy.h" +#include "base/message_loop/message_loop_proxy.h" #include "net/cert/cert_verifier.h" #include "net/dns/host_resolver.h" #include "net/http/http_auth_handler_factory.h" diff --git a/remoting/host/video_scheduler.cc b/remoting/host/video_scheduler.cc index d16042b..b9ebb3b 100644 --- a/remoting/host/video_scheduler.cc +++ b/remoting/host/video_scheduler.cc @@ -10,7 +10,7 @@ #include "base/callback.h" #include "base/logging.h" #include "base/memory/scoped_ptr.h" -#include "base/message_loop_proxy.h" +#include "base/message_loop/message_loop_proxy.h" #include "base/stl_util.h" #include "base/sys_info.h" #include "base/time.h" |