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

Unified Diff: Source/web/ContextMenuClientImpl.h

Issue 61773005: Rename WebKit namespace to blink (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 1 month 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 | « Source/web/ContextFeaturesClientImpl.cpp ('k') | Source/web/ContextMenuClientImpl.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/web/ContextMenuClientImpl.h
diff --git a/Source/web/ContextMenuClientImpl.h b/Source/web/ContextMenuClientImpl.h
index 5b0875c064a80445e345948a2d4b7660ce43de34..24e3ed73307a5d25ba2e88d40e7ee855d4ad0da6 100644
--- a/Source/web/ContextMenuClientImpl.h
+++ b/Source/web/ContextMenuClientImpl.h
@@ -33,7 +33,7 @@
#include "core/page/ContextMenuClient.h"
-namespace WebKit {
+namespace blink {
class WebViewImpl;
struct WebContextMenuData;
@@ -49,6 +49,6 @@ private:
WebViewImpl* m_webView;
};
-} // namespace WebKit
+} // namespace blink
#endif // ContextMenuClientImpl_h
« no previous file with comments | « Source/web/ContextFeaturesClientImpl.cpp ('k') | Source/web/ContextMenuClientImpl.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698