summaryrefslogtreecommitdiffstats
path: root/webkit/support
diff options
context:
space:
mode:
authoravi@chromium.org <avi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-07-17 21:50:48 +0000
committeravi@chromium.org <avi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-07-17 21:50:48 +0000
commitf045c6c7e54cac621556e22e07e9b3ee7063194a (patch)
tree60943a9841725d1b9de75f3293d5a45ff47ceb07 /webkit/support
parenta9022d2777da2e87ba4b2caad3d42778280bf31e (diff)
downloadchromium_src-f045c6c7e54cac621556e22e07e9b3ee7063194a.zip
chromium_src-f045c6c7e54cac621556e22e07e9b3ee7063194a.tar.gz
chromium_src-f045c6c7e54cac621556e22e07e9b3ee7063194a.tar.bz2
Use a direct include of the message_loop header in webkit/, part 2.
BUG=260807 TEST=none TBR=ben@chromium.org Review URL: https://chromiumcodereview.appspot.com/19607006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@212137 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/support')
-rw-r--r--webkit/support/test_shell_webblobregistry_impl.cc2
-rw-r--r--webkit/support/test_webmessageportchannel.cc2
-rw-r--r--webkit/support/webkit_support.cc2
3 files changed, 3 insertions, 3 deletions
diff --git a/webkit/support/test_shell_webblobregistry_impl.cc b/webkit/support/test_shell_webblobregistry_impl.cc
index 977a224..9315e02 100644
--- a/webkit/support/test_shell_webblobregistry_impl.cc
+++ b/webkit/support/test_shell_webblobregistry_impl.cc
@@ -6,7 +6,7 @@
#include "base/bind.h"
#include "base/files/file_path.h"
-#include "base/message_loop.h"
+#include "base/message_loop/message_loop.h"
#include "third_party/WebKit/public/platform/WebBlobData.h"
#include "third_party/WebKit/public/platform/WebURL.h"
#include "url/gurl.h"
diff --git a/webkit/support/test_webmessageportchannel.cc b/webkit/support/test_webmessageportchannel.cc
index f302f30..d768e8a 100644
--- a/webkit/support/test_webmessageportchannel.cc
+++ b/webkit/support/test_webmessageportchannel.cc
@@ -6,7 +6,7 @@
#include "base/bind.h"
#include "base/memory/scoped_ptr.h"
-#include "base/message_loop.h"
+#include "base/message_loop/message_loop.h"
#include "third_party/WebKit/public/platform/WebMessagePortChannelClient.h"
#include "third_party/WebKit/public/platform/WebString.h"
diff --git a/webkit/support/webkit_support.cc b/webkit/support/webkit_support.cc
index 2e8dfc6..b96b537 100644
--- a/webkit/support/webkit_support.cc
+++ b/webkit/support/webkit_support.cc
@@ -8,7 +8,7 @@
#include "base/debug/debugger.h"
#include "base/debug/stack_trace.h"
#include "base/logging.h"
-#include "base/message_loop.h"
+#include "base/message_loop/message_loop.h"
#include "base/path_service.h"
#include "base/process_util.h"
#include "base/run_loop.h"