| Index: chrome/browser/search/instant_service.h
|
| diff --git a/chrome/browser/search/instant_service.h b/chrome/browser/search/instant_service.h
|
| index a3d5fb48715e87e6de71aa0c3fc5f25075ff679a..78a87dbedf8cca38d1e7f9d02145130c37fb7b3d 100644
|
| --- a/chrome/browser/search/instant_service.h
|
| +++ b/chrome/browser/search/instant_service.h
|
| @@ -26,7 +26,7 @@ class URLRequest;
|
| }
|
|
|
| // Tracks render process host IDs that are associated with Instant.
|
| -class InstantService : public ProfileKeyedService,
|
| +class InstantService : public BrowserContextKeyedService,
|
| public content::NotificationObserver {
|
| public:
|
| explicit InstantService(Profile* profile);
|
| @@ -74,7 +74,7 @@ class InstantService : public ProfileKeyedService,
|
| InstantMostVisitedItem* item) const;
|
|
|
| private:
|
| - // Overridden from ProfileKeyedService:
|
| + // Overridden from BrowserContextKeyedService:
|
| virtual void Shutdown() OVERRIDE;
|
|
|
| // Overridden from content::NotificationObserver:
|
|
|