Index: chrome/browser/extensions/app_notification_storage.cc |
=================================================================== |
--- chrome/browser/extensions/app_notification_storage.cc (revision 184354) |
+++ chrome/browser/extensions/app_notification_storage.cc (working copy) |
@@ -214,7 +214,7 @@ |
#if defined(OS_POSIX) |
std::string os_path = path_.value(); |
#elif defined(OS_WIN) |
- std::string os_path = base::Sysbase::WideToUTF8(path_.value()); |
+ std::string os_path = base::SysWideToUTF8(path_.value()); |
#endif |
leveldb::Options options; |