Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(185)

Unified Diff: webkit/default_plugin/plugin_database_handler.cc

Issue 276016: Remove some deprecated file_util wstring functions. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: lint Created 11 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « tools/memory_watcher/memory_watcher.cc ('k') | webkit/tools/test_shell/image_decoder_unittest.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/default_plugin/plugin_database_handler.cc
===================================================================
--- webkit/default_plugin/plugin_database_handler.cc (revision 29006)
+++ 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(plugins_file_)) {
+ if (!file_util::PathExists(FilePath::FromWStringHack(plugins_file_))) {
initiate_download = true;
} else {
SYSTEMTIME creation_system_time = {0};
« no previous file with comments | « tools/memory_watcher/memory_watcher.cc ('k') | webkit/tools/test_shell/image_decoder_unittest.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698