| Index: chrome/browser/extensions/extension_browsertest.h
|
| diff --git a/chrome/browser/extensions/extension_browsertest.h b/chrome/browser/extensions/extension_browsertest.h
|
| index a63901939c874ea3e3003db2e244c5a5b454cee1..aab628d413cca9b63867730a748209223594ab8c 100644
|
| --- a/chrome/browser/extensions/extension_browsertest.h
|
| +++ b/chrome/browser/extensions/extension_browsertest.h
|
| @@ -38,7 +38,7 @@ class ExtensionBrowserTest
|
| bool fileaccess_enabled);
|
|
|
| // Loads extension and imitates that it is a component extension.
|
| - bool LoadExtensionAsComponent(const FilePath& path);
|
| + const Extension* LoadExtensionAsComponent(const FilePath& path);
|
|
|
| // Pack the extension in |dir_path| into a crx file and return its path.
|
| // Return an empty FilePath if there were errors.
|
|
|