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

Unified Diff: Source/platform/animation/AnimationValue.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
« no previous file with comments | « Source/platform/animation/AnimationUtilities.h ('k') | Source/platform/animation/KeyframeValueList.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/animation/AnimationValue.h
diff --git a/Source/platform/animation/AnimationValue.h b/Source/platform/animation/AnimationValue.h
index a50442b7ec7b7e836b78d886ec0b9ae1076e3a8a..016c93eb32462cae650afe0744f091f43ff91091 100644
--- a/Source/platform/animation/AnimationValue.h
+++ b/Source/platform/animation/AnimationValue.h
@@ -34,7 +34,7 @@
#include "wtf/PassRefPtr.h"
#include "wtf/RefPtr.h"
-namespace WebCore {
+namespace blink {
// Base class for animation values (also used for transitions). Here to
// represent values for properties being animated via the GraphicsLayer,
@@ -109,6 +109,6 @@ private:
FilterOperations m_value;
};
-} // namespace WebCore
+} // namespace blink
#endif // AnimationValue_h
« no previous file with comments | « Source/platform/animation/AnimationUtilities.h ('k') | Source/platform/animation/KeyframeValueList.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698