diff options
author | abarth@chromium.org <abarth@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-05-30 03:46:08 +0000 |
---|---|---|
committer | abarth@chromium.org <abarth@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-05-30 03:46:08 +0000 |
commit | 5c30b5e024416c5a710501b26a59632296460423 (patch) | |
tree | 885fedadf0dccea79ffda059121a23b15fd2e505 /content/worker/worker_webkitplatformsupport_impl.cc | |
parent | 4a8cf3e2dcd1c95a3ec7ba34f7a0b653c154a1ce (diff) | |
download | chromium_src-5c30b5e024416c5a710501b26a59632296460423.zip chromium_src-5c30b5e024416c5a710501b26a59632296460423.tar.gz chromium_src-5c30b5e024416c5a710501b26a59632296460423.tar.bz2 |
Update refernces to Blink's Platform API (content)
These headers have moved from Source/Platform/chromium/public to
public/platform. This CL updates content's references to the old location to
point to the new location. After this CL lands, I'll remove the forwarding
headers that are letting these references still work.
TBR=jamesr@chromium.org
BUG=239545
Review URL: https://chromiumcodereview.appspot.com/15822010
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@203047 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/worker/worker_webkitplatformsupport_impl.cc')
-rw-r--r-- | content/worker/worker_webkitplatformsupport_impl.cc | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/content/worker/worker_webkitplatformsupport_impl.cc b/content/worker/worker_webkitplatformsupport_impl.cc index 5cffe3e..931b756 100644 --- a/content/worker/worker_webkitplatformsupport_impl.cc +++ b/content/worker/worker_webkitplatformsupport_impl.cc @@ -18,10 +18,10 @@ #include "content/worker/worker_thread.h" #include "ipc/ipc_sync_message_filter.h" #include "net/base/mime_util.h" -#include "third_party/WebKit/Source/Platform/chromium/public/WebBlobRegistry.h" -#include "third_party/WebKit/Source/Platform/chromium/public/WebFileInfo.h" -#include "third_party/WebKit/Source/Platform/chromium/public/WebString.h" -#include "third_party/WebKit/Source/Platform/chromium/public/WebURL.h" +#include "third_party/WebKit/public/platform/WebBlobRegistry.h" +#include "third_party/WebKit/public/platform/WebFileInfo.h" +#include "third_party/WebKit/public/platform/WebString.h" +#include "third_party/WebKit/public/platform/WebURL.h" #include "webkit/base/file_path_string_conversions.h" #include "webkit/glue/webfileutilities_impl.h" #include "webkit/glue/webkit_glue.h" |