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

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

Powered by Google App Engine
This is Rietveld 408576698