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

Unified Diff: public/web/WebPermissionClient.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/WebPerformance.h ('k') | public/web/WebPlugin.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: public/web/WebPermissionClient.h
diff --git a/public/web/WebPermissionClient.h b/public/web/WebPermissionClient.h
index abc172abd8a07516daa0087dd946e25a850e158a..2de397cb6bda056174816e871f73636a41c894db 100644
--- a/public/web/WebPermissionClient.h
+++ b/public/web/WebPermissionClient.h
@@ -31,7 +31,7 @@
#ifndef WebPermissionClient_h
#define WebPermissionClient_h
-namespace WebKit {
+namespace blink {
class WebDocument;
class WebFrame;
@@ -114,6 +114,6 @@ protected:
~WebPermissionClient() { }
};
-} // namespace WebKit
+} // namespace blink
#endif
« no previous file with comments | « public/web/WebPerformance.h ('k') | public/web/WebPlugin.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698