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

Unified Diff: third_party/WebKit/Source/platform/text/TextBreakIteratorInternalICU.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/TextBreakIteratorInternalICU.cpp
diff --git a/third_party/WebKit/Source/platform/text/TextBreakIteratorInternalICU.cpp b/third_party/WebKit/Source/platform/text/TextBreakIteratorInternalICU.cpp
index 9219473abbc0f8fb86f550a5172e6672f398a690..449e6fe808a7b59138fba113fd1c144484691fea 100644
--- a/third_party/WebKit/Source/platform/text/TextBreakIteratorInternalICU.cpp
+++ b/third_party/WebKit/Source/platform/text/TextBreakIteratorInternalICU.cpp
@@ -22,9 +22,9 @@
#include "platform/text/TextBreakIteratorInternalICU.h"
#include "platform/Language.h"
-#include "wtf/StdLibExtras.h"
-#include "wtf/text/CString.h"
-#include "wtf/text/WTFString.h"
+#include "platform/wtf/StdLibExtras.h"
+#include "platform/wtf/text/CString.h"
+#include "platform/wtf/text/WTFString.h"
namespace blink {

Powered by Google App Engine
This is Rietveld 408576698