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

Unified Diff: Source/platform/exported/WebActiveGestureAnimation.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/platform/exported/Platform.cpp ('k') | Source/platform/exported/WebActiveGestureAnimation.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/exported/WebActiveGestureAnimation.h
diff --git a/Source/platform/exported/WebActiveGestureAnimation.h b/Source/platform/exported/WebActiveGestureAnimation.h
index cd8c04c10556e1db7c83ed5b22c9b85cd9f97672..289c6aa8feae8fd4f42d8f0c20cd186b506045f2 100644
--- a/Source/platform/exported/WebActiveGestureAnimation.h
+++ b/Source/platform/exported/WebActiveGestureAnimation.h
@@ -31,7 +31,7 @@
#include "wtf/OwnPtr.h"
#include "wtf/PassOwnPtr.h"
-namespace WebKit {
+namespace blink {
class WebGestureCurve;
class WebGestureCurveTarget;
@@ -59,6 +59,6 @@ private:
WebGestureCurveTarget* m_target;
};
-} // namespace WebKit
+} // namespace blink
#endif
« no previous file with comments | « Source/platform/exported/Platform.cpp ('k') | Source/platform/exported/WebActiveGestureAnimation.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698