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

Unified Diff: src/icu_util.cc

Issue 2396933002: Revert of Reland "Turn libbase into a component" (Closed)
Patch Set: Created 4 years, 2 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 | « src/heap/spaces.h ('k') | src/startup-data-util.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/icu_util.cc
diff --git a/src/icu_util.cc b/src/icu_util.cc
index 4b511d96f357a3820613444e177295783eb04be6..bf59fd0aec5629bac0787e4ea768279828921643 100644
--- a/src/icu_util.cc
+++ b/src/icu_util.cc
@@ -52,9 +52,9 @@
}
char* icu_data_file_default;
#if defined(V8_TARGET_LITTLE_ENDIAN)
- base::RelativePath(&icu_data_file_default, exec_path, "icudtl.dat");
+ RelativePath(&icu_data_file_default, exec_path, "icudtl.dat");
#elif defined(V8_TARGET_BIG_ENDIAN)
- base::RelativePath(&icu_data_file_default, exec_path, "icudtb.dat");
+ RelativePath(&icu_data_file_default, exec_path, "icudtb.dat");
#else
#error Unknown byte ordering
#endif
« no previous file with comments | « src/heap/spaces.h ('k') | src/startup-data-util.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698