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

Unified Diff: Source/platform/transforms/IdentityTransformOperation.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/IdentityTransformOperation.h
diff --git a/Source/platform/transforms/IdentityTransformOperation.h b/Source/platform/transforms/IdentityTransformOperation.h
index 8fa1f66c61622a85a99caafa8c736da995a6c452..c77a9f10175dd28beea6317c0a2a726aff52d5df 100644
--- a/Source/platform/transforms/IdentityTransformOperation.h
+++ b/Source/platform/transforms/IdentityTransformOperation.h
@@ -27,7 +27,7 @@
#include "platform/transforms/TransformOperation.h"
-namespace WebCore {
+namespace blink {
class PLATFORM_EXPORT IdentityTransformOperation : public TransformOperation {
public:
@@ -63,6 +63,6 @@ private:
};
-} // namespace WebCore
+} // namespace blink
#endif // IdentityTransformOperation_h
« no previous file with comments | « Source/platform/transforms/AffineTransform.cpp ('k') | Source/platform/transforms/InterpolatedTransformOperation.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698