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

Unified Diff: public/platform/WebAnimation.h

Issue 61773005: Rename WebKit namespace to blink (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 1 month 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 | « public/platform/Platform.h ('k') | public/platform/WebAnimationCurve.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: public/platform/WebAnimation.h
diff --git a/public/platform/WebAnimation.h b/public/platform/WebAnimation.h
index 042d156203fbc6f8ce6e4a3b4e1fec57c3d2a2d9..e955390903c0151950a0c36551c12207b98c0b46 100644
--- a/public/platform/WebAnimation.h
+++ b/public/platform/WebAnimation.h
@@ -37,7 +37,7 @@ namespace WebCore {
class CCActiveAnimation;
}
-namespace WebKit {
+namespace blink {
class WebAnimationCurve;
@@ -74,6 +74,6 @@ public:
virtual void setAlternatesDirection(bool) = 0;
};
-} // namespace WebKit
+} // namespace blink
#endif // WebAnimation_h
« no previous file with comments | « public/platform/Platform.h ('k') | public/platform/WebAnimationCurve.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698