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

Unified Diff: content/ppapi_plugin/ppapi_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/ppapi_plugin/ppapi_webkitplatformsupport_impl.h
diff --git a/content/ppapi_plugin/ppapi_webkitplatformsupport_impl.h b/content/ppapi_plugin/ppapi_webkitplatformsupport_impl.h
index 00d67351bda1e621af7f298cb65b1bdcd6a3f8da..15e5a92555b31a80ed51e70802d7936e05e9f4de 100644
--- a/content/ppapi_plugin/ppapi_webkitplatformsupport_impl.h
+++ b/content/ppapi_plugin/ppapi_webkitplatformsupport_impl.h
@@ -8,10 +8,10 @@
#include "base/basictypes.h"
#include "base/memory/scoped_ptr.h"
-#include "webkit/glue/webkitplatformsupport_impl.h"
+#include "content/common/content_webkitplatformsupport_impl.h"
class PpapiWebKitPlatformSupportImpl :
- public webkit_glue::WebKitPlatformSupportImpl {
+ public ContentWebKitPlatformSupportImpl {
public:
PpapiWebKitPlatformSupportImpl();
virtual ~PpapiWebKitPlatformSupportImpl();

Powered by Google App Engine
This is Rietveld 408576698