Index: chrome/browser/ui/webui/extensions/install_extension_handler.cc |
=================================================================== |
--- chrome/browser/ui/webui/extensions/install_extension_handler.cc (revision 184354) |
+++ chrome/browser/ui/webui/extensions/install_extension_handler.cc (working copy) |
@@ -66,7 +66,7 @@ |
} |
file_to_install_ = base::FilePath::FromWStringHack( |
- base::UTF16ToWide(drop_data->filenames.front().path)); |
+ UTF16ToWide(drop_data->filenames.front().path)); |
} |
void InstallExtensionHandler::HandleStopDragMessage(const ListValue* args) { |