diff options
author | tfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-05-10 05:34:22 +0000 |
---|---|---|
committer | tfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-05-10 05:34:22 +0000 |
commit | 76ae8a6e8fa90eaa87f3650f65ad6f9a563fdb2f (patch) | |
tree | 5189c0264468729f63578b6a90653a86be700d85 /chrome/service/net | |
parent | b6041d6eeb193e344519c45252efa815e403f4bc (diff) | |
download | chromium_src-76ae8a6e8fa90eaa87f3650f65ad6f9a563fdb2f.zip chromium_src-76ae8a6e8fa90eaa87f3650f65ad6f9a563fdb2f.tar.gz chromium_src-76ae8a6e8fa90eaa87f3650f65ad6f9a563fdb2f.tar.bz2 |
chrome: Update the include paths of base/message_loop_proxy.h to its new location.
message_loop_proxy.h was moved into base/message_loop/ in r191422 -
https://codereview.chromium.org/13333003
BUG=None
TBR=darin@chromium.org,brettw@chromium.org
Review URL: https://chromiumcodereview.appspot.com/14979003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@199389 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/service/net')
-rw-r--r-- | chrome/service/net/service_url_request_context.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/service/net/service_url_request_context.cc b/chrome/service/net/service_url_request_context.cc index 7567ce3..7d32da9 100644 --- a/chrome/service/net/service_url_request_context.cc +++ b/chrome/service/net/service_url_request_context.cc @@ -9,7 +9,7 @@ #endif #include "base/compiler_specific.h" -#include "base/message_loop_proxy.h" +#include "base/message_loop/message_loop_proxy.h" #include "base/stringprintf.h" #include "base/sys_info.h" #include "chrome/common/chrome_version_info.h" |