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

Unified Diff: webkit/glue/webview_impl.h

Issue 330021: Move glue/EditorClientImpl.h/cpp to webkit/api/src (Closed)
Patch Set: Patch 5 Created 11 years, 2 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: webkit/glue/webview_impl.h
diff --git a/webkit/glue/webview_impl.h b/webkit/glue/webview_impl.h
index c4a8191acafdd567d6e6df69733611a1b5498fae..efbab306253d595b094a50c77550c0295ae7a059 100644
--- a/webkit/glue/webview_impl.h
+++ b/webkit/glue/webview_impl.h
@@ -12,12 +12,12 @@
#include "webkit/api/public/WebSize.h"
#include "webkit/api/public/WebString.h"
#include "webkit/api/public/WebView.h"
+#include "webkit/api/src/EditorClientImpl.h"
#include "webkit/api/src/NotificationPresenterImpl.h"
#include "webkit/api/src/WebContextMenuClientImpl.h"
#include "webkit/glue/back_forward_list_client_impl.h"
#include "webkit/glue/chrome_client_impl.h"
#include "webkit/glue/dragclient_impl.h"
-#include "webkit/glue/editor_client_impl.h"
#include "webkit/glue/inspector_client_impl.h"
#include "webkit/glue/webframe_impl.h"
@@ -259,7 +259,7 @@ class WebViewImpl : public WebKit::WebView, public RefCounted<WebViewImpl> {
ChromeClientImpl chrome_client_impl_;
WebKit::WebContextMenuClientImpl context_menu_client_impl_;
DragClientImpl drag_client_impl_;
- EditorClientImpl editor_client_impl_;
+ WebKit::EditorClientImpl editor_client_impl_;
InspectorClientImpl inspector_client_impl_;
WebKit::WebSize size_;

Powered by Google App Engine
This is Rietveld 408576698