Index: webkit/default_plugin/plugin_database_handler.cc |
=================================================================== |
--- webkit/default_plugin/plugin_database_handler.cc (revision 29084) |
+++ webkit/default_plugin/plugin_database_handler.cc (working copy) |
@@ -49,7 +49,7 @@ |
plugins_file_ += L"\\chrome_plugins_file.xml"; |
bool initiate_download = false; |
- if (!file_util::PathExists(FilePath::FromWStringHack(plugins_file_))) { |
+ if (!file_util::PathExists(plugins_file_)) { |
initiate_download = true; |
} else { |
SYSTEMTIME creation_system_time = {0}; |