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

Unified Diff: webkit/glue/webview_impl.h

Issue 338002: Renamed WebContextMenuClientImpl -> ContextMenuClientImpl (Closed)
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
« no previous file with comments | « webkit/api/src/ContextMenuClientImpl.cpp ('k') | webkit/webkit.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/glue/webview_impl.h
diff --git a/webkit/glue/webview_impl.h b/webkit/glue/webview_impl.h
index 3f1ec504c93ff48b375e42cb7f0bb6e365c9b3ae..3cf889330d1dd497ea0cc40f2c7f8c0d0a882f36 100644
--- a/webkit/glue/webview_impl.h
+++ b/webkit/glue/webview_impl.h
@@ -13,7 +13,7 @@
#include "webkit/api/public/WebString.h"
#include "webkit/api/public/WebView.h"
#include "webkit/api/src/NotificationPresenterImpl.h"
-#include "webkit/api/src/WebContextMenuClientImpl.h"
+#include "webkit/api/src/ContextMenuClientImpl.h"
darin (slow to review) 2009/10/27 16:52:04 nit: sort
#include "webkit/glue/back_forward_list_client_impl.h"
#include "webkit/glue/chrome_client_impl.h"
#include "webkit/glue/dragclient_impl.h"
@@ -36,8 +36,8 @@ class Widget;
}
namespace WebKit {
+class ContextMenuClientImpl;
class WebAccessibilityObject;
-class WebContextMenuClientImpl;
class WebKeyboardEvent;
class WebMouseEvent;
class WebMouseWheelEvent;
@@ -258,7 +258,7 @@ class WebViewImpl : public WebKit::WebView, public RefCounted<WebViewImpl> {
webkit_glue::BackForwardListClientImpl back_forward_list_client_impl_;
ChromeClientImpl chrome_client_impl_;
- WebKit::WebContextMenuClientImpl context_menu_client_impl_;
+ WebKit::ContextMenuClientImpl context_menu_client_impl_;
DragClientImpl drag_client_impl_;
EditorClientImpl editor_client_impl_;
InspectorClientImpl inspector_client_impl_;
« no previous file with comments | « webkit/api/src/ContextMenuClientImpl.cpp ('k') | webkit/webkit.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698