| Index: chrome/common/extensions/manifest_url_handler.cc
|
| diff --git a/chrome/common/extensions/manifest_url_handler.cc b/chrome/common/extensions/manifest_url_handler.cc
|
| index 8b1847db98145b47f0336d8cdae0d7a185cc7a00..e1fe5ff5d5c8f3e709611251a4311954cf4e29ab 100644
|
| --- a/chrome/common/extensions/manifest_url_handler.cc
|
| +++ b/chrome/common/extensions/manifest_url_handler.cc
|
| @@ -240,7 +240,7 @@ bool OptionsPageHandler::Validate(const Extension* extension,
|
| extensions::ManifestURL::GetOptionsPage(extension));
|
| const base::FilePath path =
|
| extension->GetResource(options_path).GetFilePath();
|
| - if (path.empty() || !file_util::PathExists(path)) {
|
| + if (path.empty() || !base::PathExists(path)) {
|
| *error =
|
| l10n_util::GetStringFUTF8(
|
| IDS_EXTENSION_LOAD_OPTIONS_PAGE_FAILED,
|
|
|