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

Unified Diff: cc/CCTimingFunction.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/CCTimerTest.cpp ('k') | cc/CCTimingFunction.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/CCTimingFunction.h
diff --git a/cc/CCTimingFunction.h b/cc/CCTimingFunction.h
index 30bba7254a002f70323f877010ed6735e558c5ba..990403a6f19f08803db2348ab024f3106d0df11a 100644
--- a/cc/CCTimingFunction.h
+++ b/cc/CCTimingFunction.h
@@ -9,7 +9,7 @@
#include "UnitBezier.h"
#include <wtf/PassOwnPtr.h>
-namespace WebCore {
+namespace cc {
// See http://www.w3.org/TR/css3-transitions/.
class CCTimingFunction : public CCFloatAnimationCurve {
@@ -58,7 +58,6 @@ public:
static PassOwnPtr<CCTimingFunction> create();
};
-} // namespace WebCore
+} // namespace cc
#endif // CCTimingFunction_h
-
« no previous file with comments | « cc/CCTimerTest.cpp ('k') | cc/CCTimingFunction.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698