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

Unified Diff: public/platform/WebAnimationCurve.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/WebAnimation.h ('k') | public/platform/WebAnimationDelegate.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: public/platform/WebAnimationCurve.h
diff --git a/public/platform/WebAnimationCurve.h b/public/platform/WebAnimationCurve.h
index ab94620518c6ec89b6a75bece50913465b4ed5b4..3a205c5fc00e862a86cc658e4dc509881442c355 100644
--- a/public/platform/WebAnimationCurve.h
+++ b/public/platform/WebAnimationCurve.h
@@ -29,7 +29,7 @@
#define WEB_FILTER_ANIMATION_CURVE_IS_DEFINED 1
-namespace WebKit {
+namespace blink {
class WebAnimationCurve {
public:
@@ -52,7 +52,7 @@ public:
virtual AnimationCurveType type() const = 0;
};
-} // namespace WebKit
+} // namespace blink
#endif // WebAnimationCurve_h
« no previous file with comments | « public/platform/WebAnimation.h ('k') | public/platform/WebAnimationDelegate.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698