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

Unified Diff: public/web/WebExternalPopupMenuClient.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/WebExternalPopupMenu.h ('k') | public/web/WebFileChooserCompletion.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: public/web/WebExternalPopupMenuClient.h
diff --git a/public/web/WebExternalPopupMenuClient.h b/public/web/WebExternalPopupMenuClient.h
index 1396c6500168760a1dd3dc1bd9bfd837e3b03ea5..f9e5891756e37495fd83aeb816c05e7884c05902 100644
--- a/public/web/WebExternalPopupMenuClient.h
+++ b/public/web/WebExternalPopupMenuClient.h
@@ -33,7 +33,7 @@
#include "../platform/WebVector.h"
-namespace WebKit {
+namespace blink {
class WebExternalPopupMenuClient {
public:
@@ -58,6 +58,6 @@ public:
virtual void didCancel() = 0;
};
-} // namespace WebKit
+} // namespace blink
#endif // WebExternalPopupMenuClient_h
« no previous file with comments | « public/web/WebExternalPopupMenu.h ('k') | public/web/WebFileChooserCompletion.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698