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

Unified Diff: public/web/WebContextMenuData.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 | « public/web/WebContentSecurityPolicy.h ('k') | public/web/WebCrossOriginPreflightResultCache.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: public/web/WebContextMenuData.h
diff --git a/public/web/WebContextMenuData.h b/public/web/WebContextMenuData.h
index d7d282ff5545bac1de19a664dd04dc3f5032804f..81eb3bafc784f4ca302e98341a46cfc92cba264e 100644
--- a/public/web/WebContextMenuData.h
+++ b/public/web/WebContextMenuData.h
@@ -42,7 +42,7 @@
#define WEBCONTEXT_MEDIATYPEFILE_DEFINED
-namespace WebKit {
+namespace blink {
// This struct is passed to WebViewClient::ShowContextMenu.
struct WebContextMenuData {
@@ -182,6 +182,6 @@ struct WebContextMenuData {
, editFlags(0) { }
};
-} // namespace WebKit
+} // namespace blink
#endif
« no previous file with comments | « public/web/WebContentSecurityPolicy.h ('k') | public/web/WebCrossOriginPreflightResultCache.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698