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

Unified Diff: third_party/WebKit/Source/platform/text/TextBoundaries.cpp

Issue 2799683005: Rewrite references to "wtf/" to "platform/wtf/" in platform/text. (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/platform/text/TextBoundaries.cpp
diff --git a/third_party/WebKit/Source/platform/text/TextBoundaries.cpp b/third_party/WebKit/Source/platform/text/TextBoundaries.cpp
index 96eb2d5a0aba0dca0a185e40fc6b808e147a332a..f5c91ace5bf11099947738dc1452a28d67002cb7 100644
--- a/third_party/WebKit/Source/platform/text/TextBoundaries.cpp
+++ b/third_party/WebKit/Source/platform/text/TextBoundaries.cpp
@@ -27,8 +27,8 @@
#include "platform/text/TextBoundaries.h"
#include "platform/text/TextBreakIterator.h"
-#include "wtf/text/CharacterNames.h"
-#include "wtf/text/StringImpl.h"
+#include "platform/wtf/text/CharacterNames.h"
+#include "platform/wtf/text/StringImpl.h"
using namespace WTF;
using namespace Unicode;
« no previous file with comments | « third_party/WebKit/Source/platform/text/TextBoundaries.h ('k') | third_party/WebKit/Source/platform/text/TextBreakIterator.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698