| Index: chrome/browser/history/web_history_service.h
|
| diff --git a/chrome/browser/history/web_history_service.h b/chrome/browser/history/web_history_service.h
|
| index 55d0e99fcac8ae69e0c581ffca9c9849fb60bffc..dceb81586527d548ab5e98d9a4c7e7cae65bd0da 100644
|
| --- a/chrome/browser/history/web_history_service.h
|
| +++ b/chrome/browser/history/web_history_service.h
|
| @@ -22,7 +22,7 @@ namespace history {
|
| // Provides an API for querying Google servers for a signed-in user's
|
| // synced history visits. It is roughly analogous to HistoryService, and
|
| // supports a similar API.
|
| -class WebHistoryService : public ProfileKeyedService {
|
| +class WebHistoryService : public BrowserContextKeyedService {
|
| public:
|
| // Handles all the work of making an API request. This class encapsulates
|
| // the entire state of the request. When an instance is destroyed, all
|
|
|