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

Unified Diff: content/worker/worker_webkitplatformsupport_impl.h

Issue 8602002: Move some webkit_glue embedder functions into WebKitPlatformSupport virtual methods (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: style Created 9 years, 1 month 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
diff --git a/content/worker/worker_webkitplatformsupport_impl.h b/content/worker/worker_webkitplatformsupport_impl.h
index 7339abb856f7e7d650edf8b5727fe802dfe2d83b..a5f07622ccfbc4128179e76be4d4cbebd62a344e 100644
--- a/content/worker/worker_webkitplatformsupport_impl.h
+++ b/content/worker/worker_webkitplatformsupport_impl.h
@@ -7,8 +7,8 @@
#pragma once
#include "base/memory/scoped_ptr.h"
+#include "content/common/content_webkitplatformsupport_impl.h"
#include "third_party/WebKit/Source/WebKit/chromium/public/WebMimeRegistry.h"
-#include "webkit/glue/webkitplatformsupport_impl.h"
class WebFileSystemImpl;
@@ -17,7 +17,7 @@ class WebFileUtilities;
}
class WorkerWebKitPlatformSupportImpl
- : public webkit_glue::WebKitPlatformSupportImpl,
+ : public ContentWebKitPlatformSupportImpl,
public WebKit::WebMimeRegistry {
public:
WorkerWebKitPlatformSupportImpl();

Powered by Google App Engine
This is Rietveld 408576698