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

Unified Diff: net/base/net_util.cc

Issue 11734021: Roll ICU and convert include style to standard Chromium style, (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 12 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 | « content/zygote/zygote_main_linux.cc ('k') | net/ftp/ftp_util.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/base/net_util.cc
diff --git a/net/base/net_util.cc b/net/base/net_util.cc
index 5f321c6d01fa68a4379c741da0a27c4540160f45..05e59e3303882deb76c445fe31b0d7d0f33a4cd6 100644
--- a/net/base/net_util.cc
+++ b/net/base/net_util.cc
@@ -68,13 +68,13 @@
#include "net/base/winsock_init.h"
#endif
#include "net/http/http_content_disposition.h"
-#include "unicode/datefmt.h"
-#include "unicode/regex.h"
-#include "unicode/uidna.h"
-#include "unicode/ulocdata.h"
-#include "unicode/uniset.h"
-#include "unicode/uscript.h"
-#include "unicode/uset.h"
+#include "third_party/icu/public/common/unicode/uidna.h"
+#include "third_party/icu/public/common/unicode/uniset.h"
+#include "third_party/icu/public/common/unicode/uscript.h"
+#include "third_party/icu/public/common/unicode/uset.h"
+#include "third_party/icu/public/i18n/unicode/datefmt.h"
+#include "third_party/icu/public/i18n/unicode/regex.h"
+#include "third_party/icu/public/i18n/unicode/ulocdata.h"
using base::Time;
« no previous file with comments | « content/zygote/zygote_main_linux.cc ('k') | net/ftp/ftp_util.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698