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

Unified Diff: url/gurl_test_main.cc

Issue 14371002: url: Fix the include paths to icu unicode APIs. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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
« no previous file with comments | « url/DEPS ('k') | url/url_canon_icu.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: url/gurl_test_main.cc
diff --git a/url/gurl_test_main.cc b/url/gurl_test_main.cc
index 43f19dfc73d7000b41e95a6d303b64276620f73c..35c9349a3979cc91c528b0196dbba3ce980c0965 100644
--- a/url/gurl_test_main.cc
+++ b/url/gurl_test_main.cc
@@ -36,8 +36,8 @@
#include <string>
#include "testing/gtest/include/gtest/gtest.h"
-#include "unicode/putil.h"
-#include "unicode/udata.h"
+#include "third_party/icu/public/common/unicode/putil.h"
+#include "third_party/icu/public/common/unicode/udata.h"
#define ICU_UTIL_DATA_SHARED 1
#define ICU_UTIL_DATA_STATIC 2
« no previous file with comments | « url/DEPS ('k') | url/url_canon_icu.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698