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

Unified Diff: chrome/browser/value_store/leveldb_value_store.cc

Issue 12314090: Add utf_string_conversions to base namespace. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 10 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 | « chrome/browser/ui/webui/version_ui.cc ('k') | chrome/browser/webdata/logins_table_win.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/value_store/leveldb_value_store.cc
diff --git a/chrome/browser/value_store/leveldb_value_store.cc b/chrome/browser/value_store/leveldb_value_store.cc
index f9458d535e9f7af419908cef2730b78b36aeee5e..437dfc0251c4c71456ac65ed0e678d72d2c49580 100644
--- a/chrome/browser/value_store/leveldb_value_store.cc
+++ b/chrome/browser/value_store/leveldb_value_store.cc
@@ -339,7 +339,7 @@ std::string LeveldbValueStore::EnsureDbIsOpen() {
#if defined(OS_POSIX)
std::string os_path(db_path_.value());
#elif defined(OS_WIN)
- std::string os_path = base::SysWideToUTF8(db_path_.value());
+ std::string os_path = base::Sysbase::WideToUTF8(db_path_.value());
#endif
leveldb::Options options;
« no previous file with comments | « chrome/browser/ui/webui/version_ui.cc ('k') | chrome/browser/webdata/logins_table_win.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698