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 /sync/internal_api/public/util | |
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 'sync/internal_api/public/util')
-rw-r--r-- | sync/internal_api/public/util/weak_handle.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sync/internal_api/public/util/weak_handle.cc b/sync/internal_api/public/util/weak_handle.cc index e6411ee..0ed142e 100644 --- a/sync/internal_api/public/util/weak_handle.cc +++ b/sync/internal_api/public/util/weak_handle.cc @@ -8,7 +8,7 @@ #include "base/callback.h" #include "base/location.h" -#include "base/message_loop_proxy.h" +#include "base/message_loop/message_loop_proxy.h" namespace syncer { |