diff options
author | pilgrim@chromium.org <pilgrim@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-01-09 20:28:59 +0000 |
---|---|---|
committer | pilgrim@chromium.org <pilgrim@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-01-09 20:28:59 +0000 |
commit | 09e4f4c6345735b63898866c67e6b19ab4583237 (patch) | |
tree | 8b8db16afec35e13d0b5820aa5b203bef5acbdd3 /content/renderer | |
parent | 9b55ffc6446732df180a70e0898e12103fc6b4b2 (diff) | |
download | chromium_src-09e4f4c6345735b63898866c67e6b19ab4583237.zip chromium_src-09e4f4c6345735b63898866c67e6b19ab4583237.tar.gz chromium_src-09e4f4c6345735b63898866c67e6b19ab4583237.tar.bz2 |
Fix the last of the #includes and OVERRIDEs in preparation for removing WebKitPlatformSupport upstream.
Review URL: https://chromiumcodereview.appspot.com/11821025
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@175875 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/renderer')
-rw-r--r-- | content/renderer/renderer_webkitplatformsupport_impl.cc | 1 | ||||
-rw-r--r-- | content/renderer/renderer_webkitplatformsupport_impl.h | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/content/renderer/renderer_webkitplatformsupport_impl.cc b/content/renderer/renderer_webkitplatformsupport_impl.cc index a1fe18d..90cffff 100644 --- a/content/renderer/renderer_webkitplatformsupport_impl.cc +++ b/content/renderer/renderer_webkitplatformsupport_impl.cc @@ -40,7 +40,6 @@ #include "third_party/WebKit/Source/WebKit/chromium/public/WebFileInfo.h" #include "third_party/WebKit/Source/WebKit/chromium/public/WebFrame.h" #include "third_party/WebKit/Source/WebKit/chromium/public/platform/WebGamepads.h" -#include "third_party/WebKit/Source/WebKit/chromium/public/WebIDBFactory.h" #include "third_party/WebKit/Source/WebKit/chromium/public/platform/WebMediaStreamCenter.h" #include "third_party/WebKit/Source/WebKit/chromium/public/platform/WebMediaStreamCenterClient.h" #include "third_party/WebKit/Source/WebKit/chromium/public/WebRuntimeFeatures.h" diff --git a/content/renderer/renderer_webkitplatformsupport_impl.h b/content/renderer/renderer_webkitplatformsupport_impl.h index 6d650c0..47d3976 100644 --- a/content/renderer/renderer_webkitplatformsupport_impl.h +++ b/content/renderer/renderer_webkitplatformsupport_impl.h @@ -10,6 +10,7 @@ #include "base/platform_file.h" #include "content/common/content_export.h" #include "content/common/webkitplatformsupport_impl.h" +#include "third_party/WebKit/Source/WebKit/chromium/public/WebIDBFactory.h" #include "third_party/WebKit/Source/WebKit/chromium/public/WebSharedWorkerRepository.h" #include "third_party/WebKit/Source/WebKit/chromium/public/platform/WebGraphicsContext3D.h" |