diff options
author | abarth@chromium.org <abarth@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-05-30 00:22:09 +0000 |
---|---|---|
committer | abarth@chromium.org <abarth@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-05-30 00:22:09 +0000 |
commit | c1088446ddc0571f98a2d40c1a8cfe86c715ffc1 (patch) | |
tree | 089aa4fe1e448cf03fb6aff1f4d58993cbbfbb19 /webkit/base | |
parent | 99d618856b2fd530f88c2431aaa5588367d360f9 (diff) | |
download | chromium_src-c1088446ddc0571f98a2d40c1a8cfe86c715ffc1.zip chromium_src-c1088446ddc0571f98a2d40c1a8cfe86c715ffc1.tar.gz chromium_src-c1088446ddc0571f98a2d40c1a8cfe86c715ffc1.tar.bz2 |
Update refernces to Blink's Platform API (webkit)
These headers have moved from Source/Platform/chromium/public to
public/platform. This CL updates src/webkit'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/15937016
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@203020 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/base')
-rw-r--r-- | webkit/base/file_path_string_conversions.cc | 2 | ||||
-rw-r--r-- | webkit/base/origin_url_conversions.cc | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/webkit/base/file_path_string_conversions.cc b/webkit/base/file_path_string_conversions.cc index 1206ae2..e7d8986 100644 --- a/webkit/base/file_path_string_conversions.cc +++ b/webkit/base/file_path_string_conversions.cc @@ -6,7 +6,7 @@ #include "base/strings/sys_string_conversions.h" #include "base/utf_string_conversions.h" -#include "third_party/WebKit/Source/Platform/chromium/public/WebString.h" +#include "third_party/WebKit/public/platform/WebString.h" namespace webkit_base { diff --git a/webkit/base/origin_url_conversions.cc b/webkit/base/origin_url_conversions.cc index ac26bd8..82bef21 100644 --- a/webkit/base/origin_url_conversions.cc +++ b/webkit/base/origin_url_conversions.cc @@ -6,7 +6,7 @@ #include "base/utf_string_conversions.h" #include "googleurl/src/gurl.h" -#include "third_party/WebKit/Source/Platform/chromium/public/WebString.h" +#include "third_party/WebKit/public/platform/WebString.h" #include "third_party/WebKit/Source/WebKit/chromium/public/WebSecurityOrigin.h" namespace webkit_base { |