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

Unified Diff: public/web/WebMenuItemInfo.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/WebMemoryUsageInfo.h ('k') | public/web/WebNavigationPolicy.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: public/web/WebMenuItemInfo.h
diff --git a/public/web/WebMenuItemInfo.h b/public/web/WebMenuItemInfo.h
index f15caace7e8a2418d8c01396331d4bc59db36648..2b08f42917d6c9bbde8052a329fe477aec4ab65f 100644
--- a/public/web/WebMenuItemInfo.h
+++ b/public/web/WebMenuItemInfo.h
@@ -36,7 +36,7 @@
#include "../platform/WebVector.h"
#include "WebTextDirection.h"
-namespace WebKit {
+namespace blink {
struct WebMenuItemInfo {
enum Type {
@@ -68,6 +68,6 @@ struct WebMenuItemInfo {
bool checked;
};
-} // namespace WebKit
+} // namespace blink
#endif
« no previous file with comments | « public/web/WebMemoryUsageInfo.h ('k') | public/web/WebNavigationPolicy.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698