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

Unified Diff: public/platform/WebFloatKeyframe.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/WebFloatAnimationCurve.h ('k') | public/platform/WebFloatPoint.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: public/platform/WebFloatKeyframe.h
diff --git a/public/platform/WebFloatKeyframe.h b/public/platform/WebFloatKeyframe.h
index d276418ff8f01a266c1d792ccf3f0b3b2b7ad9c6..5a8e7d6041e547e674cb1e88b207be275770109b 100644
--- a/public/platform/WebFloatKeyframe.h
+++ b/public/platform/WebFloatKeyframe.h
@@ -25,7 +25,7 @@
#ifndef WebFloatKeyframe_h
#define WebFloatKeyframe_h
-namespace WebKit {
+namespace blink {
struct WebFloatKeyframe {
WebFloatKeyframe(double time, float value)
@@ -38,6 +38,6 @@ struct WebFloatKeyframe {
float value;
};
-} // namespace WebKit
+} // namespace blink
#endif // WebFloatKeyframe_h
« no previous file with comments | « public/platform/WebFloatAnimationCurve.h ('k') | public/platform/WebFloatPoint.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698