diff options
author | scottmg@chromium.org <scottmg@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-06-04 12:56:01 +0000 |
---|---|---|
committer | scottmg@chromium.org <scottmg@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-06-04 12:56:01 +0000 |
commit | c7199a6e688ad9249ee269cc0e46af0c742e8452 (patch) | |
tree | cfdbd6953f9b5df99e9197b0925c47b789591c5e /content/worker/websharedworkerclient_proxy.cc | |
parent | b07a6e40cbc9189ca7740dfc1c5400e84386bfca (diff) | |
download | chromium_src-c7199a6e688ad9249ee269cc0e46af0c742e8452.zip chromium_src-c7199a6e688ad9249ee269cc0e46af0c742e8452.tar.gz chromium_src-c7199a6e688ad9249ee269cc0e46af0c742e8452.tar.bz2 |
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
Diffstat (limited to 'content/worker/websharedworkerclient_proxy.cc')
-rw-r--r-- | content/worker/websharedworkerclient_proxy.cc | 6 |
1 files changed, 3 insertions, 3 deletions
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; |