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

Unified Diff: content/browser/in_process_webkit/browser_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/browser/in_process_webkit/browser_webkitplatformsupport_impl.h
diff --git a/content/browser/in_process_webkit/browser_webkitplatformsupport_impl.h b/content/browser/in_process_webkit/browser_webkitplatformsupport_impl.h
index 501ea14c3e72bc17c769a5dd2eefc504e76db7f5..5e08292add18b2bd453e4dda56f1a575caaf8553 100644
--- a/content/browser/in_process_webkit/browser_webkitplatformsupport_impl.h
+++ b/content/browser/in_process_webkit/browser_webkitplatformsupport_impl.h
@@ -6,11 +6,11 @@
#define CONTENT_BROWSER_IN_PROCESS_WEBKIT_BROWSER_WEBKITPLATFORMSUPPORT_IMPL_H_
#pragma once
+#include "content/common/content_webkitplatformsupport_impl.h"
#include "webkit/glue/webfileutilities_impl.h"
-#include "webkit/glue/webkitplatformsupport_impl.h"
class BrowserWebKitPlatformSupportImpl :
- public webkit_glue::WebKitPlatformSupportImpl {
+ public ContentWebKitPlatformSupportImpl {
public:
BrowserWebKitPlatformSupportImpl();
virtual ~BrowserWebKitPlatformSupportImpl();

Powered by Google App Engine
This is Rietveld 408576698