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

Unified Diff: webkit/glue/webview_impl.h

Issue 338041: Move a bunch of files into webkit/api/src... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' 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
===================================================================
--- webkit/glue/webview_impl.h (revision 30163)
+++ webkit/glue/webview_impl.h (working copy)
@@ -12,13 +12,13 @@
#include "webkit/api/public/WebSize.h"
#include "webkit/api/public/WebString.h"
#include "webkit/api/public/WebView.h"
+#include "webkit/api/src/BackForwardListClientImpl.h"
+#include "webkit/api/src/ChromeClientImpl.h"
+#include "webkit/api/src/DragClientImpl.h"
+#include "webkit/api/src/InspectorClientImpl.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"
namespace WebCore {
@@ -255,12 +255,12 @@
WebKit::WebViewClient* client_;
- webkit_glue::BackForwardListClientImpl back_forward_list_client_impl_;
- ChromeClientImpl chrome_client_impl_;
+ WebKit::BackForwardListClientImpl back_forward_list_client_impl_;
+ WebKit::ChromeClientImpl chrome_client_impl_;
WebKit::WebContextMenuClientImpl context_menu_client_impl_;
- DragClientImpl drag_client_impl_;
+ WebKit::DragClientImpl drag_client_impl_;
EditorClientImpl editor_client_impl_;
- InspectorClientImpl inspector_client_impl_;
+ WebKit::InspectorClientImpl inspector_client_impl_;
WebKit::WebSize size_;

Powered by Google App Engine
This is Rietveld 408576698