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

Unified Diff: webkit/api/src/ContextMenuClientImpl.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 | « no previous file | webkit/api/src/ContextMenuClientImpl.cpp » ('j') | webkit/glue/webview_impl.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/api/src/ContextMenuClientImpl.h
diff --git a/webkit/api/src/WebContextMenuClientImpl.h b/webkit/api/src/ContextMenuClientImpl.h
similarity index 88%
rename from webkit/api/src/WebContextMenuClientImpl.h
rename to webkit/api/src/ContextMenuClientImpl.h
index bf14ae84774993f78cccc8c8ba072b3511335cc6..712891c769025568770a530c703994d2769f080f 100644
--- a/webkit/api/src/WebContextMenuClientImpl.h
+++ b/webkit/api/src/ContextMenuClientImpl.h
@@ -28,8 +28,8 @@
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-#ifndef WebContextMenuClientImpl_h
-#define WebContextMenuClientImpl_h
+#ifndef ContextMenuClientImpl_h
+#define ContextMenuClientImpl_h
#include "ContextMenuClient.h"
@@ -37,10 +37,10 @@ class WebViewImpl;
namespace WebKit {
- class WebContextMenuClientImpl : public WebCore::ContextMenuClient {
+ class ContextMenuClientImpl : public WebCore::ContextMenuClient {
public:
- WebContextMenuClientImpl(WebViewImpl* webView) : m_webView(webView) {}
- virtual ~WebContextMenuClientImpl() {}
+ ContextMenuClientImpl(WebViewImpl* webView) : m_webView(webView) {}
+ virtual ~ContextMenuClientImpl() {}
virtual void copyImageToClipboard(const WebCore::HitTestResult&) {}
virtual void contextMenuDestroyed() {}
virtual void contextMenuItemSelected(WebCore::ContextMenuItem*, const WebCore::ContextMenu*) {}
@@ -58,4 +58,4 @@ namespace WebKit {
} // namespace WebKit
-#endif // WebContextMenuClientImpl_h
+#endif // ContextMenuClientImpl_h
« no previous file with comments | « no previous file | webkit/api/src/ContextMenuClientImpl.cpp » ('j') | webkit/glue/webview_impl.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698