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

Unified Diff: public/platform/WebAnimationDelegate.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/WebAnimationCurve.h ('k') | public/platform/WebArrayBuffer.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: public/platform/WebAnimationDelegate.h
diff --git a/public/platform/WebAnimationDelegate.h b/public/platform/WebAnimationDelegate.h
index f77c1ccc8e027d3b1d2c1d2d0a907d7983bf2819..6615c7a4e34f019ce1f28d9ba864a8da474e9bdc 100644
--- a/public/platform/WebAnimationDelegate.h
+++ b/public/platform/WebAnimationDelegate.h
@@ -25,7 +25,7 @@
#ifndef WebAnimationDelegate_h
#define WebAnimationDelegate_h
-namespace WebKit {
+namespace blink {
class WebAnimationDelegate {
public:
@@ -33,6 +33,6 @@ public:
virtual void notifyAnimationFinished(double time) = 0;
};
-} // namespace WebKit
+} // namespace blink
#endif // WebAnimationDelegate_h
« no previous file with comments | « public/platform/WebAnimationCurve.h ('k') | public/platform/WebArrayBuffer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698