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

Unified Diff: Source/core/platform/text/TextBreakIteratorInternalICU.cpp

Issue 14990009: Remove core/platform/text/chromium/ and move the files in the directory one level higher. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 7 years, 7 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
« no previous file with comments | « Source/core/platform/text/Hyphenation.cpp ('k') | Source/core/platform/text/chromium/Hyphenation.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/platform/text/TextBreakIteratorInternalICU.cpp
diff --git a/Source/core/platform/text/chromium/TextBreakIteratorInternalICUChromium.cpp b/Source/core/platform/text/TextBreakIteratorInternalICU.cpp
similarity index 94%
rename from Source/core/platform/text/chromium/TextBreakIteratorInternalICUChromium.cpp
rename to Source/core/platform/text/TextBreakIteratorInternalICU.cpp
index 7d573dd5c0ab9aa968197737b6a14f2aaa77285e..e70f85252b92b198f0c41a1812e1f9330d489190 100644
--- a/Source/core/platform/text/chromium/TextBreakIteratorInternalICUChromium.cpp
+++ b/Source/core/platform/text/TextBreakIteratorInternalICU.cpp
@@ -23,9 +23,9 @@
#include "core/platform/text/TextBreakIteratorInternalICU.h"
#include "core/platform/Language.h"
-#include <wtf/StdLibExtras.h>
-#include <wtf/text/CString.h>
-#include <wtf/text/WTFString.h>
+#include "wtf/StdLibExtras.h"
+#include "wtf/text/CString.h"
+#include "wtf/text/WTFString.h"
namespace WebCore {
« no previous file with comments | « Source/core/platform/text/Hyphenation.cpp ('k') | Source/core/platform/text/chromium/Hyphenation.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698