Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(657)

Unified Diff: content/worker/worker_webkitplatformsupport_impl.h

Issue 11821025: Fix the last of the #includes and OVERRIDEs in preparation for removing WebKitPlatformSupport upstr… (Closed) Base URL: http://src.chromium.org/svn/trunk/src/
Patch Set: Created 7 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: content/worker/worker_webkitplatformsupport_impl.h
===================================================================
--- content/worker/worker_webkitplatformsupport_impl.h (revision 175802)
+++ content/worker/worker_webkitplatformsupport_impl.h (working copy)
@@ -8,6 +8,7 @@
#include "base/memory/scoped_ptr.h"
#include "content/common/webkitplatformsupport_impl.h"
#include "third_party/WebKit/Source/Platform/chromium/public/WebMimeRegistry.h"
+#include "third_party/WebKit/Source/WebKit/chromium/public/WebIDBFactory.h"
namespace WebKit {
class WebFileUtilities;
@@ -61,7 +62,7 @@
virtual WebKit::WebBlobRegistry* blobRegistry();
- virtual WebKit::WebIDBFactory* idbFactory() OVERRIDE;
+ virtual WebKit::WebIDBFactory* idbFactory();
// WebMimeRegistry methods:
virtual WebKit::WebMimeRegistry::SupportsType supportsMIMEType(
« no previous file with comments | « content/renderer/renderer_webkitplatformsupport_impl.cc ('k') | webkit/support/test_webkit_platform_support.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698