| Index: chrome/browser/extensions/api/history/history_api.h
|
| diff --git a/chrome/browser/extensions/api/history/history_api.h b/chrome/browser/extensions/api/history/history_api.h
|
| index bf7acc24bb4b5ed6e92537cc203527961bfc7079..ca5987127258948a582786e4f98d627d0446a63c 100644
|
| --- a/chrome/browser/extensions/api/history/history_api.h
|
| +++ b/chrome/browser/extensions/api/history/history_api.h
|
| @@ -56,7 +56,7 @@ class HistoryEventRouter : public content::NotificationObserver {
|
| class HistoryAPI : public ProfileKeyedAPI,
|
| public EventRouter::Observer {
|
| public:
|
| - explicit HistoryAPI(Profile* profile);
|
| + explicit HistoryAPI(content::BrowserContext* context);
|
| virtual ~HistoryAPI();
|
|
|
| // BrowserContextKeyedService implementation.
|
| @@ -71,7 +71,7 @@ class HistoryAPI : public ProfileKeyedAPI,
|
| private:
|
| friend class ProfileKeyedAPIFactory<HistoryAPI>;
|
|
|
| - Profile* profile_;
|
| + content::BrowserContext* browser_context_;
|
|
|
| // ProfileKeyedAPI implementation.
|
| static const char* service_name() {
|
|
|