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

Unified Diff: Source/platform/transforms/RotateTransformOperation.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
Index: Source/platform/transforms/RotateTransformOperation.h
diff --git a/Source/platform/transforms/RotateTransformOperation.h b/Source/platform/transforms/RotateTransformOperation.h
index 661d4b43151a48b96ba43cf6fd9169c2fc3c68f4..19caa752c28ee078c15d9a3b7e1ce8a0b4fd0ccb 100644
--- a/Source/platform/transforms/RotateTransformOperation.h
+++ b/Source/platform/transforms/RotateTransformOperation.h
@@ -27,7 +27,7 @@
#include "platform/transforms/TransformOperation.h"
-namespace WebCore {
+namespace blink {
class PLATFORM_EXPORT RotateTransformOperation : public TransformOperation {
public:
@@ -87,6 +87,6 @@ private:
OperationType m_type;
};
-} // namespace WebCore
+} // namespace blink
#endif // RotateTransformOperation_h
« no previous file with comments | « Source/platform/transforms/PerspectiveTransformOperation.cpp ('k') | Source/platform/transforms/RotateTransformOperation.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698