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

Unified Diff: third_party/WebKit/Source/core/editing/iterators/TextSearcherICU.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/iterators/TextSearcherICU.h
diff --git a/third_party/WebKit/Source/core/editing/iterators/TextSearcherICU.h b/third_party/WebKit/Source/core/editing/iterators/TextSearcherICU.h
index b9e440bb50f4414ccec1bbe3c0d9df664d647db6..41aec723a03f6e7df8c5545f4b249367712634ce 100644
--- a/third_party/WebKit/Source/core/editing/iterators/TextSearcherICU.h
+++ b/third_party/WebKit/Source/core/editing/iterators/TextSearcherICU.h
@@ -6,8 +6,8 @@
#define TextSearcherICU_h
#include "core/CoreExport.h"
-#include "wtf/text/StringView.h"
-#include "wtf/text/Unicode.h"
+#include "platform/wtf/text/StringView.h"
+#include "platform/wtf/text/Unicode.h"
struct UStringSearch;

Powered by Google App Engine
This is Rietveld 408576698