From c7199a6e688ad9249ee269cc0e46af0c742e8452 Mon Sep 17 00:00:00 2001 From: "scottmg@chromium.org" Date: Tue, 4 Jun 2013 12:56:01 +0000 Subject: Rename content/common_child to content/child As prerequiste for linked bug. TBR=palmer@chromium.org R=jam@chromium.org,jamesr@chromium.org BUG=246357 Review URL: https://chromiumcodereview.appspot.com/16325022 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@203945 0039d316-1c4b-4281-b951-d872f2087c98 --- content/worker/websharedworkerclient_proxy.cc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'content/worker/websharedworkerclient_proxy.cc') diff --git a/content/worker/websharedworkerclient_proxy.cc b/content/worker/websharedworkerclient_proxy.cc index 38e5183..201b76f 100644 --- a/content/worker/websharedworkerclient_proxy.cc +++ b/content/worker/websharedworkerclient_proxy.cc @@ -7,23 +7,23 @@ #include "base/bind.h" #include "base/command_line.h" #include "base/message_loop.h" +#include "content/child/fileapi/webfilesystem_callback_adapters.h" #include "content/common/fileapi/file_system_dispatcher.h" #include "content/common/quota_dispatcher.h" #include "content/common/webmessageportchannel_impl.h" #include "content/common/worker_messages.h" -#include "content/common_child/fileapi/webfilesystem_callback_adapters.h" #include "content/public/common/content_switches.h" #include "content/worker/shared_worker_devtools_agent.h" #include "content/worker/websharedworker_stub.h" #include "content/worker/worker_thread.h" #include "content/worker/worker_webapplicationcachehost_impl.h" #include "ipc/ipc_logging.h" -#include "third_party/WebKit/public/platform/WebString.h" -#include "third_party/WebKit/public/platform/WebURL.h" #include "third_party/WebKit/Source/WebKit/chromium/public/WebDocument.h" #include "third_party/WebKit/Source/WebKit/chromium/public/WebFileSystemCallbacks.h" #include "third_party/WebKit/Source/WebKit/chromium/public/WebFrame.h" #include "third_party/WebKit/Source/WebKit/chromium/public/WebSecurityOrigin.h" +#include "third_party/WebKit/public/platform/WebString.h" +#include "third_party/WebKit/public/platform/WebURL.h" using WebKit::WebApplicationCacheHost; using WebKit::WebFrame; -- cgit v1.1