| Index: chrome/browser/extensions/test_extension_system.cc
|
| diff --git a/chrome/browser/extensions/test_extension_system.cc b/chrome/browser/extensions/test_extension_system.cc
|
| index ebd4888c544a24bd426b2769df34c5f62a42b513..ad96e963e36920b7d1622b8fcedbd77ff2b14e74 100644
|
| --- a/chrome/browser/extensions/test_extension_system.cc
|
| +++ b/chrome/browser/extensions/test_extension_system.cc
|
| @@ -186,8 +186,9 @@ Blacklist* TestExtensionSystem::blacklist() {
|
| }
|
|
|
| // static
|
| -ProfileKeyedService* TestExtensionSystem::Build(Profile* profile) {
|
| - return new TestExtensionSystem(profile);
|
| +ProfileKeyedService* TestExtensionSystem::Build(
|
| + content::BrowserContext* profile) {
|
| + return new TestExtensionSystem(static_cast<Profile*>(profile));
|
| }
|
|
|
| } // namespace extensions
|
|
|