| Index: chrome/browser/extensions/api/autotest_private/autotest_private_api_factory.cc
|
| diff --git a/chrome/browser/extensions/api/autotest_private/autotest_private_api_factory.cc b/chrome/browser/extensions/api/autotest_private/autotest_private_api_factory.cc
|
| index b1b2f60bf40ade11db8e26e1b23d945add2405d1..22d346f8036c45e696754c7a033139d726b26c6d 100644
|
| --- a/chrome/browser/extensions/api/autotest_private/autotest_private_api_factory.cc
|
| +++ b/chrome/browser/extensions/api/autotest_private/autotest_private_api_factory.cc
|
| @@ -6,6 +6,7 @@
|
|
|
| #include "chrome/browser/extensions/api/autotest_private/autotest_private_api.h"
|
| #include "chrome/browser/extensions/extension_system_factory.h"
|
| +#include "chrome/browser/profiles/profile.h"
|
| #include "chrome/browser/profiles/profile_dependency_manager.h"
|
|
|
| namespace extensions {
|
| @@ -31,7 +32,7 @@ AutotestPrivateAPIFactory::~AutotestPrivateAPIFactory() {
|
| }
|
|
|
| ProfileKeyedService* AutotestPrivateAPIFactory::BuildServiceInstanceFor(
|
| - Profile* profile) const {
|
| + content::BrowserContext* profile) const {
|
| return new AutotestPrivateAPI();
|
| }
|
|
|
|
|