summaryrefslogtreecommitdiffstats
path: root/chrome/browser/extensions/app_notification_storage.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/extensions/app_notification_storage.cc')
-rw-r--r--chrome/browser/extensions/app_notification_storage.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/extensions/app_notification_storage.cc b/chrome/browser/extensions/app_notification_storage.cc
index 30d7977..2c586ad 100644
--- a/chrome/browser/extensions/app_notification_storage.cc
+++ b/chrome/browser/extensions/app_notification_storage.cc
@@ -214,7 +214,7 @@ bool LevelDbAppNotificationStorage::OpenDbIfNeeded(bool create_if_missing) {
#if defined(OS_POSIX)
std::string os_path = path_.value();
#elif defined(OS_WIN)
- std::string os_path = base::SysWideToUTF8(path_.value());
+ std::string os_path = base::Sysbase::WideToUTF8(path_.value());
#endif
leveldb::Options options;