| Index: chrome/browser/extensions/api/storage/settings_test_util.h
|
| diff --git a/chrome/browser/extensions/api/storage/settings_test_util.h b/chrome/browser/extensions/api/storage/settings_test_util.h
|
| index ee85b4e2353f91f5e151767d7079cae4efc2d003..43922b3b0593c62e35a623680839ec1b720abb13 100644
|
| --- a/chrome/browser/extensions/api/storage/settings_test_util.h
|
| +++ b/chrome/browser/extensions/api/storage/settings_test_util.h
|
| @@ -48,13 +48,13 @@ class MockExtensionService : public TestExtensionService {
|
| virtual ~MockExtensionService();
|
|
|
| // Adds an extension with id |id| to be returned by GetExtensionById.
|
| - void AddExtensionWithId(const std::string& id, Extension::Type type);
|
| + void AddExtensionWithId(const std::string& id, Manifest::Type type);
|
|
|
| // Adds an extension with id |id| to be returned by GetExtensionById, with
|
| // a set of permissions.
|
| void AddExtensionWithIdAndPermissions(
|
| const std::string& id,
|
| - Extension::Type type,
|
| + Manifest::Type type,
|
| const std::set<std::string>& permissions);
|
|
|
| virtual const Extension* GetExtensionById(
|
|
|