diff options
author | philipj@opera.com <philipj@opera.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-11-14 11:01:18 +0000 |
---|---|---|
committer | philipj@opera.com <philipj@opera.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-11-14 11:01:18 +0000 |
commit | ec173b5284ac07432af6faa3ff535a466a879c26 (patch) | |
tree | 9ce6f5ae20c91cc5d431f35b4ba303a1e53aff66 /content/renderer/render_frame_impl.cc | |
parent | 787b3c6b95890fe128c642bcdfcd8bb0060846d7 (diff) | |
download | chromium_src-ec173b5284ac07432af6faa3ff535a466a879c26.zip chromium_src-ec173b5284ac07432af6faa3ff535a466a879c26.tar.gz chromium_src-ec173b5284ac07432af6faa3ff535a466a879c26.tar.bz2 |
Rewrite include paths for Blink public/ headers that have moved
This is a prerequisite for removing the old (redirected) headers.
In a few DEPS and in webview_plugin.cc the include was redundant and
just removed instead.
BUG=none
Review URL: https://codereview.chromium.org/68683009
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@235116 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/renderer/render_frame_impl.cc')
-rw-r--r-- | content/renderer/render_frame_impl.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/content/renderer/render_frame_impl.cc b/content/renderer/render_frame_impl.cc index 857bb18..03d7927 100644 --- a/content/renderer/render_frame_impl.cc +++ b/content/renderer/render_frame_impl.cc @@ -35,6 +35,7 @@ #include "content/renderer/websharedworker_proxy.h" #include "net/base/net_errors.h" #include "net/http/http_util.h" +#include "third_party/WebKit/public/platform/WebStorageQuotaCallbacks.h" #include "third_party/WebKit/public/platform/WebString.h" #include "third_party/WebKit/public/platform/WebURL.h" #include "third_party/WebKit/public/platform/WebURLError.h" @@ -47,7 +48,6 @@ #include "third_party/WebKit/public/web/WebPluginParams.h" #include "third_party/WebKit/public/web/WebSearchableFormData.h" #include "third_party/WebKit/public/web/WebSecurityOrigin.h" -#include "third_party/WebKit/public/web/WebStorageQuotaCallbacks.h" #include "third_party/WebKit/public/web/WebUserGestureIndicator.h" #include "third_party/WebKit/public/web/WebView.h" #include "webkit/child/weburlresponse_extradata_impl.h" |