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

Unified Diff: net/tools/tld_cleanup/tld_cleanup.cc

Issue 22875025: base: Minor cleanups in icu_util.h (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 4 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/app/content_main_runner.cc ('k') | ui/aura/bench/bench_main.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/tools/tld_cleanup/tld_cleanup.cc
diff --git a/net/tools/tld_cleanup/tld_cleanup.cc b/net/tools/tld_cleanup/tld_cleanup.cc
index 9d5337c6d7c7db582d7556a0fa434ca9a9c078ac..a4b127bdf2c3f3e92904ef22c0b0ee7166362a69 100644
--- a/net/tools/tld_cleanup/tld_cleanup.cc
+++ b/net/tools/tld_cleanup/tld_cleanup.cc
@@ -64,7 +64,7 @@ int main(int argc, const char* argv[]) {
settings.delete_old = logging::DELETE_OLD_LOG_FILE;
logging::InitLogging(settings);
- icu_util::Initialize();
+ base::i18n::InitializeICU();
base::FilePath input_file;
PathService::Get(base::DIR_SOURCE_ROOT, &input_file);
« no previous file with comments | « content/app/content_main_runner.cc ('k') | ui/aura/bench/bench_main.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698