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

Unified Diff: public/web/WebPopupType.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/WebPopupMenuInfo.h ('k') | public/web/WebPrerendererClient.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: public/web/WebPopupType.h
diff --git a/public/web/WebPopupType.h b/public/web/WebPopupType.h
index 1a84dd659159afb543a0df5c1e83cbc1453dfca8..c82dcce2dbc7cd77ffc064aaefeada45d467caa7 100644
--- a/public/web/WebPopupType.h
+++ b/public/web/WebPopupType.h
@@ -31,7 +31,7 @@
#ifndef WebPopupType_h
#define WebPopupType_h
-namespace WebKit {
+namespace blink {
enum WebPopupType {
WebPopupTypeNone, // Not a popup.
@@ -41,6 +41,6 @@ enum WebPopupType {
WebPopupTypeHelperPlugin, // An off-screen helper plugin.
};
-} // namespace WebKit
+} // namespace blink
#endif
« no previous file with comments | « public/web/WebPopupMenuInfo.h ('k') | public/web/WebPrerendererClient.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698