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

Unified Diff: Source/core/svg/animation/SMILTime.h

Issue 21204002: core/svg: Include wtf files using "wtf/foo.h" form. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: fixes Created 7 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/core/svg/SVGZoomAndPan.h ('k') | Source/core/svg/animation/SMILTimeContainer.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/svg/animation/SMILTime.h
diff --git a/Source/core/svg/animation/SMILTime.h b/Source/core/svg/animation/SMILTime.h
index 4ae410b40d70283b5f691e11e3d8930e2c2a5954..9ff88c9e410474d13ebd95aa599425893653016a 100644
--- a/Source/core/svg/animation/SMILTime.h
+++ b/Source/core/svg/animation/SMILTime.h
@@ -27,7 +27,7 @@
#define SMILTime_h
#include <algorithm>
pdr. 2013/07/30 03:16:23 Is this in the correct order now?
tfarina 2013/07/30 03:18:59 no, but I left it intentionally :( I wish we coul
Nico 2013/07/30 15:19:22 For now, blink does not follow chromium order.
-#include <wtf/MathExtras.h>
+#include "wtf/MathExtras.h"
namespace WebCore {
« no previous file with comments | « Source/core/svg/SVGZoomAndPan.h ('k') | Source/core/svg/animation/SMILTimeContainer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698