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

Unified Diff: Source/web/ContextFeaturesClientImpl.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 | « Source/web/CompositionUnderlineVectorBuilder.cpp ('k') | Source/web/ContextFeaturesClientImpl.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/web/ContextFeaturesClientImpl.h
diff --git a/Source/web/ContextFeaturesClientImpl.h b/Source/web/ContextFeaturesClientImpl.h
index 626984e87bfb12f0655e99bd02638e867d4f00f9..3bba59b5af11212a57c58f81ac05dd4994b80ec1 100644
--- a/Source/web/ContextFeaturesClientImpl.h
+++ b/Source/web/ContextFeaturesClientImpl.h
@@ -33,7 +33,7 @@
#include "core/dom/ContextFeatures.h"
-namespace WebKit {
+namespace blink {
class WebPermissionClient;
@@ -53,6 +53,6 @@ private:
WebPermissionClient* m_client;
};
-} // namespace WebKit
+} // namespace blink
#endif // ContextFeaturesClientImpl_h
« no previous file with comments | « Source/web/CompositionUnderlineVectorBuilder.cpp ('k') | Source/web/ContextFeaturesClientImpl.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698