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

Unified Diff: Source/platform/transforms/TransformOperations.cpp

Issue 400543004: Rename WebCore namespace to blink in Platform (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 5 months 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
Index: Source/platform/transforms/TransformOperations.cpp
diff --git a/Source/platform/transforms/TransformOperations.cpp b/Source/platform/transforms/TransformOperations.cpp
index 809789fe3112f8bc3adecd6ee1d122568bc9571c..457dadea2eab81517dfffd7d62691e6fe6c7e7bb 100644
--- a/Source/platform/transforms/TransformOperations.cpp
+++ b/Source/platform/transforms/TransformOperations.cpp
@@ -31,7 +31,7 @@
using namespace std;
-namespace WebCore {
+namespace blink {
TransformOperations::TransformOperations(bool makeIdentity)
{
@@ -381,4 +381,4 @@ TransformOperations TransformOperations::add(const TransformOperations& addend)
return result;
}
-} // namespace WebCore
+} // namespace blink
« no previous file with comments | « Source/platform/transforms/TransformOperations.h ('k') | Source/platform/transforms/TransformOperationsTest.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698