| Index: chrome/browser/extensions/app_notification_storage.cc
|
| diff --git a/chrome/browser/extensions/app_notification_storage.cc b/chrome/browser/extensions/app_notification_storage.cc
|
| index 30d7977cc0efb47eac2f1515b941e05a4287d208..2c586addde50d77bebe8b79fbc36c330d66f7b45 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;
|
|
|