diff options
author | avi@chromium.org <avi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-07-17 23:53:32 +0000 |
---|---|---|
committer | avi@chromium.org <avi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-07-17 23:53:32 +0000 |
commit | f368eeb6a4df7a08690da1a51d2d68eb9d3e974e (patch) | |
tree | 2653c616e51479522a4a15ead4cf136a0944f0bd /remoting/base | |
parent | f422d6c3843b24ca2a63cc74c89b5b8bb2db091a (diff) | |
download | chromium_src-f368eeb6a4df7a08690da1a51d2d68eb9d3e974e.zip chromium_src-f368eeb6a4df7a08690da1a51d2d68eb9d3e974e.tar.gz chromium_src-f368eeb6a4df7a08690da1a51d2d68eb9d3e974e.tar.bz2 |
Use a direct include of the message_loop header in remoting/.
BUG=260807
TEST=none
TBR=ben@chromium.org
Review URL: https://chromiumcodereview.appspot.com/19574007
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@212173 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'remoting/base')
-rw-r--r-- | remoting/base/auto_thread.h | 2 | ||||
-rw-r--r-- | remoting/base/auto_thread_task_runner.h | 2 | ||||
-rw-r--r-- | remoting/base/auto_thread_task_runner_unittest.cc | 2 | ||||
-rw-r--r-- | remoting/base/url_request_context.h | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/remoting/base/auto_thread.h b/remoting/base/auto_thread.h index 8ed1ee9..82dbfe9 100644 --- a/remoting/base/auto_thread.h +++ b/remoting/base/auto_thread.h @@ -7,7 +7,7 @@ #include <string> -#include "base/message_loop.h" +#include "base/message_loop/message_loop.h" #include "base/threading/platform_thread.h" #include "remoting/base/auto_thread_task_runner.h" diff --git a/remoting/base/auto_thread_task_runner.h b/remoting/base/auto_thread_task_runner.h index 5626856..bdd59fb 100644 --- a/remoting/base/auto_thread_task_runner.h +++ b/remoting/base/auto_thread_task_runner.h @@ -8,7 +8,7 @@ #include "base/basictypes.h" #include "base/callback.h" #include "base/memory/scoped_ptr.h" -#include "base/message_loop.h" +#include "base/message_loop/message_loop.h" #include "base/single_thread_task_runner.h" namespace remoting { diff --git a/remoting/base/auto_thread_task_runner_unittest.cc b/remoting/base/auto_thread_task_runner_unittest.cc index 71c71ce..e184ceb 100644 --- a/remoting/base/auto_thread_task_runner_unittest.cc +++ b/remoting/base/auto_thread_task_runner_unittest.cc @@ -4,7 +4,7 @@ #include "base/bind.h" #include "base/memory/ref_counted.h" -#include "base/message_loop.h" +#include "base/message_loop/message_loop.h" #include "remoting/base/auto_thread_task_runner.h" #include "testing/gtest/include/gtest/gtest.h" diff --git a/remoting/base/url_request_context.h b/remoting/base/url_request_context.h index 7399241..ecdb07a6 100644 --- a/remoting/base/url_request_context.h +++ b/remoting/base/url_request_context.h @@ -9,7 +9,7 @@ #include "base/basictypes.h" #include "base/memory/scoped_ptr.h" -#include "base/message_loop.h" +#include "base/message_loop/message_loop.h" #include "net/proxy/proxy_config_service.h" #include "net/url_request/url_request_context.h" #include "net/url_request/url_request_context_getter.h" |