| Index: chrome/browser/background/background_contents_service.h
|
| diff --git a/chrome/browser/background/background_contents_service.h b/chrome/browser/background/background_contents_service.h
|
| index 5b5f2e3ca8c43cea5457b8c667a8c02b3defbf42..3cddb7db3a1ee7228acfcfad5162ddc72b3baf74 100644
|
| --- a/chrome/browser/background/background_contents_service.h
|
| +++ b/chrome/browser/background/background_contents_service.h
|
| @@ -43,7 +43,7 @@ struct BackgroundContentsOpenedDetails;
|
| // parent app is unloaded.
|
| class BackgroundContentsService : private content::NotificationObserver,
|
| public BackgroundContents::Delegate,
|
| - public ProfileKeyedService {
|
| + public BrowserContextKeyedService {
|
| public:
|
| BackgroundContentsService(Profile* profile, const CommandLine* command_line);
|
| virtual ~BackgroundContentsService();
|
|
|