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

Unified Diff: cc/CCAnimationCurve.h

Issue 10914268: Change cc files from namespace WebCore to cc (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebased Created 8 years, 3 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 | « cc/CCActiveAnimationTest.cpp ('k') | cc/CCAnimationCurve.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/CCAnimationCurve.h
diff --git a/cc/CCAnimationCurve.h b/cc/CCAnimationCurve.h
index 4fb614179ccd60140e7134cbb3a7787c872679f0..46808f657494f01bba7cdd9f0be6c6064b6dfd1a 100644
--- a/cc/CCAnimationCurve.h
+++ b/cc/CCAnimationCurve.h
@@ -8,7 +8,7 @@
#include <public/WebTransformationMatrix.h>
#include <wtf/PassOwnPtr.h>
-namespace WebCore {
+namespace cc {
class CCFloatAnimationCurve;
class CCTransformAnimationCurve;
@@ -51,6 +51,6 @@ public:
virtual Type type() const OVERRIDE { return Transform; }
};
-} // namespace WebCore
+} // namespace cc
#endif // CCAnimation_h
« no previous file with comments | « cc/CCActiveAnimationTest.cpp ('k') | cc/CCAnimationCurve.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698