summaryrefslogtreecommitdiffstats
path: root/remoting/protocol/authenticator_test_base.h
diff options
context:
space:
mode:
authoravi@chromium.org <avi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-07-17 23:53:32 +0000
committeravi@chromium.org <avi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-07-17 23:53:32 +0000
commitf368eeb6a4df7a08690da1a51d2d68eb9d3e974e (patch)
tree2653c616e51479522a4a15ead4cf136a0944f0bd /remoting/protocol/authenticator_test_base.h
parentf422d6c3843b24ca2a63cc74c89b5b8bb2db091a (diff)
downloadchromium_src-f368eeb6a4df7a08690da1a51d2d68eb9d3e974e.zip
chromium_src-f368eeb6a4df7a08690da1a51d2d68eb9d3e974e.tar.gz
chromium_src-f368eeb6a4df7a08690da1a51d2d68eb9d3e974e.tar.bz2
Use a direct include of the message_loop header in remoting/.
BUG=260807 TEST=none TBR=ben@chromium.org Review URL: https://chromiumcodereview.appspot.com/19574007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@212173 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'remoting/protocol/authenticator_test_base.h')
-rw-r--r--remoting/protocol/authenticator_test_base.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/remoting/protocol/authenticator_test_base.h b/remoting/protocol/authenticator_test_base.h
index 06da8a9..9b299db 100644
--- a/remoting/protocol/authenticator_test_base.h
+++ b/remoting/protocol/authenticator_test_base.h
@@ -8,7 +8,7 @@
#include <string>
#include "base/memory/ref_counted.h"
-#include "base/message_loop.h"
+#include "base/message_loop/message_loop.h"
#include "net/base/net_errors.h"
#include "testing/gmock/include/gmock/gmock.h"
#include "testing/gtest/include/gtest/gtest.h"