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

Unified Diff: third_party/WebKit/Source/core/editing/serializers/TextOffset.h

Issue 2817863002: Rewrite references to "wtf/" to "platform/wtf/" in core/editing. (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/editing/serializers/TextOffset.h
diff --git a/third_party/WebKit/Source/core/editing/serializers/TextOffset.h b/third_party/WebKit/Source/core/editing/serializers/TextOffset.h
index 19223299e0d0366d7cc1a1be12a3984780f78b03..33e0f36c3059fb78cfcdf5fa9e1580be44b9c71d 100644
--- a/third_party/WebKit/Source/core/editing/serializers/TextOffset.h
+++ b/third_party/WebKit/Source/core/editing/serializers/TextOffset.h
@@ -5,8 +5,8 @@
#ifndef TextOffset_h
#define TextOffset_h
+#include "platform/wtf/Forward.h"
#include "public/platform/Platform.h"
-#include "wtf/Forward.h"
namespace blink {

Powered by Google App Engine
This is Rietveld 408576698