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

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

Issue 2813413002: Rewrite references to "wtf/" to "platform/wtf/" in core/svg. (Closed)
Patch Set: Created 3 years, 8 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
Index: third_party/WebKit/Source/core/svg/animation/SMILTime.h
diff --git a/third_party/WebKit/Source/core/svg/animation/SMILTime.h b/third_party/WebKit/Source/core/svg/animation/SMILTime.h
index 4a591f9a9e7fe339f15746a0187f6e77918f66a3..e68a062c09a07f25dd9c4aafab3ad2eab7d453e4 100644
--- a/third_party/WebKit/Source/core/svg/animation/SMILTime.h
+++ b/third_party/WebKit/Source/core/svg/animation/SMILTime.h
@@ -26,10 +26,10 @@
#ifndef SMILTime_h
#define SMILTime_h
-#include "wtf/Allocator.h"
-#include "wtf/Assertions.h"
-#include "wtf/HashTraits.h"
-#include "wtf/MathExtras.h"
+#include "platform/wtf/Allocator.h"
+#include "platform/wtf/Assertions.h"
+#include "platform/wtf/HashTraits.h"
+#include "platform/wtf/MathExtras.h"
namespace blink {

Powered by Google App Engine
This is Rietveld 408576698