Index: chrome/browser/extensions/extension_prefs.cc |
=================================================================== |
--- chrome/browser/extensions/extension_prefs.cc (revision 184354) |
+++ chrome/browser/extensions/extension_prefs.cc (working copy) |
@@ -1551,7 +1551,7 @@ |
return base::FilePath(); |
return install_directory_.Append( |
- base::FilePath::FromWStringHack(base::UTF8ToWide(path))); |
+ base::FilePath::FromWStringHack(UTF8ToWide(path))); |
} |
void ExtensionPrefs::UpdateExtensionPref(const std::string& extension_id, |