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

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

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
« no previous file with comments | « Source/platform/transforms/TransformOperation.h ('k') | Source/platform/transforms/TransformOperations.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/transforms/TransformOperations.h
diff --git a/Source/platform/transforms/TransformOperations.h b/Source/platform/transforms/TransformOperations.h
index 9e564f978d68bac36c0306361bbe54155fd56b25..09008a06da570cb590794b3974e403da075f6a71 100644
--- a/Source/platform/transforms/TransformOperations.h
+++ b/Source/platform/transforms/TransformOperations.h
@@ -30,7 +30,7 @@
#include "wtf/RefPtr.h"
#include "wtf/Vector.h"
-namespace WebCore {
+namespace blink {
class FloatBox;
class PLATFORM_EXPORT TransformOperations {
WTF_MAKE_FAST_ALLOCATED;
@@ -91,6 +91,6 @@ private:
Vector<RefPtr<TransformOperation> > m_operations;
};
-} // namespace WebCore
+} // namespace blink
#endif // TransformOperations_h
« no previous file with comments | « Source/platform/transforms/TransformOperation.h ('k') | Source/platform/transforms/TransformOperations.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698