| Index: chrome/test/base/testing_profile.cc
|
| diff --git a/chrome/test/base/testing_profile.cc b/chrome/test/base/testing_profile.cc
|
| index be6f054516fe57103a2be8d746746b381e834916..fb911b459eccb8a0491d879020df011c78ba079c 100644
|
| --- a/chrome/test/base/testing_profile.cc
|
| +++ b/chrome/test/base/testing_profile.cc
|
| @@ -119,7 +119,7 @@ class TestExtensionURLRequestContextGetter
|
| scoped_refptr<net::URLRequestContext> context_;
|
| };
|
|
|
| -ProfileKeyedBase* CreateTestDesktopNotificationService(Profile* profile) {
|
| +ProfileKeyedService* CreateTestDesktopNotificationService(Profile* profile) {
|
| return new DesktopNotificationService(profile, NULL);
|
| }
|
|
|
| @@ -363,7 +363,7 @@ void TestingProfile::CreateTemplateURLFetcher() {
|
| template_url_fetcher_.reset(new TemplateURLFetcher(this));
|
| }
|
|
|
| -static ProfileKeyedBase* BuildTemplateURLService(Profile* profile) {
|
| +static ProfileKeyedService* BuildTemplateURLService(Profile* profile) {
|
| return new TemplateURLService(profile);
|
| }
|
|
|
|
|