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 { |