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

Unified Diff: third_party/WebKit/Source/bindings/core/v8/serialization/V8ScriptValueSerializer.cpp

Issue 2804753005: Rewrite references to "wtf/" to "platform/wtf/" in bindings. (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/bindings/core/v8/serialization/V8ScriptValueSerializer.cpp
diff --git a/third_party/WebKit/Source/bindings/core/v8/serialization/V8ScriptValueSerializer.cpp b/third_party/WebKit/Source/bindings/core/v8/serialization/V8ScriptValueSerializer.cpp
index 966f948f6a53d976d9e3527dfb9c2b7e8abe076c..ed9f29b200ab546b515c0db434fc284c3c23283b 100644
--- a/third_party/WebKit/Source/bindings/core/v8/serialization/V8ScriptValueSerializer.cpp
+++ b/third_party/WebKit/Source/bindings/core/v8/serialization/V8ScriptValueSerializer.cpp
@@ -17,11 +17,11 @@
#include "core/dom/DOMArrayBufferBase.h"
#include "core/html/ImageData.h"
#include "platform/RuntimeEnabledFeatures.h"
+#include "platform/wtf/AutoReset.h"
+#include "platform/wtf/DateMath.h"
+#include "platform/wtf/allocator/Partitions.h"
+#include "platform/wtf/text/StringUTF8Adaptor.h"
#include "public/platform/WebBlobInfo.h"
-#include "wtf/AutoReset.h"
-#include "wtf/DateMath.h"
-#include "wtf/allocator/Partitions.h"
-#include "wtf/text/StringUTF8Adaptor.h"
namespace blink {

Powered by Google App Engine
This is Rietveld 408576698