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

Unified Diff: cc/CCKeyframedAnimationCurve.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/CCInputHandler.h ('k') | cc/CCKeyframedAnimationCurve.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/CCKeyframedAnimationCurve.h
diff --git a/cc/CCKeyframedAnimationCurve.h b/cc/CCKeyframedAnimationCurve.h
index 01d0c9b95a0d9073364d894952a6f845fad93d55..6f1f92da08cb345ecb53600333e26edb51890d7f 100644
--- a/cc/CCKeyframedAnimationCurve.h
+++ b/cc/CCKeyframedAnimationCurve.h
@@ -12,7 +12,7 @@
#include <wtf/PassOwnPtr.h>
#include <wtf/Vector.h>
-namespace WebCore {
+namespace cc {
class CCKeyframe {
public:
@@ -106,6 +106,6 @@ private:
Vector<OwnPtr<CCTransformKeyframe> > m_keyframes;
};
-} // namespace WebCore
+} // namespace cc
#endif // CCKeyframedAnimationCurve_h
« no previous file with comments | « cc/CCInputHandler.h ('k') | cc/CCKeyframedAnimationCurve.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698