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_; |