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

Unified Diff: third_party/WebKit/Source/core/html/TimeRanges.h

Issue 2812013004: Rewrite references to "wtf/" to "platform/wtf/" in core/{dom,html,xml}. (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/html/TimeRanges.h
diff --git a/third_party/WebKit/Source/core/html/TimeRanges.h b/third_party/WebKit/Source/core/html/TimeRanges.h
index 4c3611d834d85347500249ef64f0a1233e0f230f..d6d8be4de6e0dd33223373970f23caf79bff769f 100644
--- a/third_party/WebKit/Source/core/html/TimeRanges.h
+++ b/third_party/WebKit/Source/core/html/TimeRanges.h
@@ -29,9 +29,9 @@
#include "bindings/core/v8/ScriptWrappable.h"
#include "core/CoreExport.h"
#include "platform/heap/Handle.h"
+#include "platform/wtf/Allocator.h"
+#include "platform/wtf/Vector.h"
#include "public/platform/WebTimeRange.h"
-#include "wtf/Allocator.h"
-#include "wtf/Vector.h"
#include <algorithm>
« no previous file with comments | « third_party/WebKit/Source/core/html/TextControlElementTest.cpp ('k') | third_party/WebKit/Source/core/html/URLRegistry.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698