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

Unified Diff: public/platform/WebLayerScrollClient.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/platform/WebLayerPositionConstraint.h ('k') | public/platform/WebLayerTreeView.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: public/platform/WebLayerScrollClient.h
diff --git a/public/platform/WebLayerScrollClient.h b/public/platform/WebLayerScrollClient.h
index 8504a342e089920980d03c7216a8861f3c83037a..778ceadda5e2436e4fe8776be9fb1f1bbb62fa3b 100644
--- a/public/platform/WebLayerScrollClient.h
+++ b/public/platform/WebLayerScrollClient.h
@@ -25,7 +25,7 @@
#ifndef WebLayerScrollClient_h
#define WebLayerScrollClient_h
-namespace WebKit {
+namespace blink {
// A client that is notified of scrolling on a WebLayer.
class WebLayerScrollClient {
@@ -35,6 +35,6 @@ protected:
virtual ~WebLayerScrollClient() { }
};
-} // namespace WebKit
+} // namespace blink
#endif // WebLayerScrollClient_h
« no previous file with comments | « public/platform/WebLayerPositionConstraint.h ('k') | public/platform/WebLayerTreeView.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698