| Index: chrome/common/extensions/extension_file_util.h
|
| diff --git a/chrome/common/extensions/extension_file_util.h b/chrome/common/extensions/extension_file_util.h
|
| index b7ae26237f91e968541e1a39736b2ee9f35b2df1..6335355d96b79a1fc19973e6e86cf252d995cad5 100644
|
| --- a/chrome/common/extensions/extension_file_util.h
|
| +++ b/chrome/common/extensions/extension_file_util.h
|
| @@ -143,7 +143,7 @@ base::FilePath ExtensionResourceURLToFilePath(const GURL& url,
|
| base::FilePath GetInstallTempDir(const base::FilePath& extensions_dir);
|
|
|
| // Helper function to delete files. This is used to avoid ugly casts which
|
| -// would be necessary with PostMessage since file_util::Delete is overloaded.
|
| +// would be necessary with PostMessage since base::Delete is overloaded.
|
| // TODO(skerner): Make a version of Delete that is not overloaded in file_util.
|
| void DeleteFile(const base::FilePath& path, bool recursive);
|
|
|
|
|