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

Unified Diff: Source/platform/exported/WebFilterKeyframe.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/WebFileSystemCallbacks.cpp ('k') | Source/platform/exported/WebFloatQuad.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/exported/WebFilterKeyframe.cpp
diff --git a/Source/platform/exported/WebFilterKeyframe.cpp b/Source/platform/exported/WebFilterKeyframe.cpp
index 0372ec1c281cac950a82d616fd554fd6bcbed32d..454d317ef4f967faf2d1b6240d04d4e1eaf3d187 100644
--- a/Source/platform/exported/WebFilterKeyframe.cpp
+++ b/Source/platform/exported/WebFilterKeyframe.cpp
@@ -27,7 +27,7 @@
#include "wtf/PassOwnPtr.h"
-namespace WebKit {
+namespace blink {
WebFilterKeyframe::WebFilterKeyframe(double time, PassOwnPtr<WebFilterOperations> value)
: m_time(time)
@@ -40,4 +40,4 @@ WebFilterKeyframe::~WebFilterKeyframe()
m_value.reset(0);
}
-} // namespace WebKit
+} // namespace blink
« no previous file with comments | « Source/platform/exported/WebFileSystemCallbacks.cpp ('k') | Source/platform/exported/WebFloatQuad.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698