Index: chrome/browser/user_style_sheet_watcher.cc |
diff --git a/chrome/browser/user_style_sheet_watcher.cc b/chrome/browser/user_style_sheet_watcher.cc |
index dd7ab40cde99df8debe65387e401972a2db0d184..3ab26603b09412cebe8c94b68179904841d796a8 100644 |
--- a/chrome/browser/user_style_sheet_watcher.cc |
+++ b/chrome/browser/user_style_sheet_watcher.cc |
@@ -109,7 +109,7 @@ void UserStyleSheetLoader::LoadStyleSheet( |
return; |
} |
// Create the file if it doesn't exist. |
- if (!file_util::PathExists(style_sheet_file)) |
+ if (!base::PathExists(style_sheet_file)) |
file_util::WriteFile(style_sheet_file, "", 0); |
std::string css; |