summaryrefslogtreecommitdiffstats
path: root/google_apis
diff options
context:
space:
mode:
authorbrettw@chromium.org <brettw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-06-10 20:56:28 +0000
committerbrettw@chromium.org <brettw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-06-10 20:56:28 +0000
commit7ccb7071077af5e80e50ac0daab7445dee10455a (patch)
tree438f2853e6a358ca20cae6115324f5071dfae97b /google_apis
parentab482874ed6618ab6d50aa559050be7bc9a5dcfb (diff)
downloadchromium_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 'google_apis')
-rw-r--r--google_apis/gaia/gaia_oauth_client.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/google_apis/gaia/gaia_oauth_client.h b/google_apis/gaia/gaia_oauth_client.h
index 43e0c03..17d6dbd 100644
--- a/google_apis/gaia/gaia_oauth_client.h
+++ b/google_apis/gaia/gaia_oauth_client.h
@@ -8,7 +8,7 @@
#include <string>
#include "base/memory/ref_counted.h"
-#include "base/message_loop_proxy.h"
+#include "base/message_loop/message_loop_proxy.h"
namespace net {
class URLRequestContextGetter;