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

Unified Diff: Source/platform/exported/WebTransformKeyframe.cpp

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/WebThreadSafeData.cpp ('k') | Source/platform/exported/WebURL.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/exported/WebTransformKeyframe.cpp
diff --git a/Source/platform/exported/WebTransformKeyframe.cpp b/Source/platform/exported/WebTransformKeyframe.cpp
index 10ef382e539e518046366f60b4bc56df3de50d7e..8bf333f60cb2c142fd97847a31374b2f7470bce0 100644
--- a/Source/platform/exported/WebTransformKeyframe.cpp
+++ b/Source/platform/exported/WebTransformKeyframe.cpp
@@ -27,7 +27,7 @@
#include "wtf/PassOwnPtr.h"
-namespace WebKit {
+namespace blink {
WebTransformKeyframe::WebTransformKeyframe(double time, PassOwnPtr<WebTransformOperations> value)
: m_time(time)
@@ -51,4 +51,4 @@ const WebTransformOperations& WebTransformKeyframe::value() const
}
-} // namespace WebKit
+} // namespace blink
« no previous file with comments | « Source/platform/exported/WebThreadSafeData.cpp ('k') | Source/platform/exported/WebURL.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698