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

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

Issue 14488003: Absolutify paths to platform/. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: scripts, iwyu Created 7 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: Source/core/platform/text/TextCodecICU.cpp
diff --git a/Source/core/platform/text/TextCodecICU.cpp b/Source/core/platform/text/TextCodecICU.cpp
index 93b5ef122af47a09c93aaa63b526592dbf64176c..08d6658436cf9e24c55f7730ac701c68dd4d1910 100644
--- a/Source/core/platform/text/TextCodecICU.cpp
+++ b/Source/core/platform/text/TextCodecICU.cpp
@@ -30,7 +30,7 @@
#include <unicode/ucnv.h>
#include <unicode/ucnv_cb.h>
-#include "ThreadGlobalData.h"
+#include "core/platform/ThreadGlobalData.h"
#include <wtf/Assertions.h>
#include <wtf/StringExtras.h>
#include <wtf/text/CString.h>

Powered by Google App Engine
This is Rietveld 408576698