commit | 7ccb7071077af5e80e50ac0daab7445dee10455a | [log] [tgz] |
---|---|---|
author | [email protected] <[email protected]@0039d316-1c4b-4281-b951-d872f2087c98> | Mon Jun 10 20:56:28 2013 |
committer | [email protected] <[email protected]@0039d316-1c4b-4281-b951-d872f2087c98> | Mon Jun 10 20:56:28 2013 |
tree | 438f2853e6a358ca20cae6115324f5071dfae97b | |
parent | ab482874ed6618ab6d50aa559050be7bc9a5dcfb [diff] [blame] |
Update includes of message_loop_proxy. This keeps the forwarding header, just updates all current callers. BUG= [email protected] Review URL: https://codereview.chromium.org/16514006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@205306 0039d316-1c4b-4281-b951-d872f2087c98
diff --git a/base/deferred_sequenced_task_runner_unittest.cc b/base/deferred_sequenced_task_runner_unittest.cc index c20e1742..e0139b6 100644 --- a/base/deferred_sequenced_task_runner_unittest.cc +++ b/base/deferred_sequenced_task_runner_unittest.cc
@@ -9,7 +9,7 @@ #include "base/bind_helpers.h" #include "base/memory/ref_counted.h" #include "base/message_loop.h" -#include "base/message_loop_proxy.h" +#include "base/message_loop/message_loop_proxy.h" #include "base/threading/non_thread_safe.h" #include "base/threading/thread.h" #include "testing/gmock/include/gmock/gmock.h"