summaryrefslogtreecommitdiffstats
path: root/chrome/service/net
diff options
context:
space:
mode:
authortfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-05-10 05:34:22 +0000
committertfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-05-10 05:34:22 +0000
commit76ae8a6e8fa90eaa87f3650f65ad6f9a563fdb2f (patch)
tree5189c0264468729f63578b6a90653a86be700d85 /chrome/service/net
parentb6041d6eeb193e344519c45252efa815e403f4bc (diff)
downloadchromium_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.cc2
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"