| Index: chrome/browser/history/browsing_history_service.h | 
| diff --git a/chrome/browser/history/browsing_history_service.h b/chrome/browser/history/browsing_history_service.h | 
| index 165b59b761bfe2f19c3ad13d528a035f83203358..b0fbacb250e5f4b9d6fc869f2882f9a8704a4735 100644 | 
| --- a/chrome/browser/history/browsing_history_service.h | 
| +++ b/chrome/browser/history/browsing_history_service.h | 
| @@ -145,7 +145,7 @@ class BrowsingHistoryService : public history::HistoryServiceObserver, | 
| items); | 
|  | 
| // SyncServiceObserver implementation. | 
| -  void OnStateChanged() override; | 
| +  void OnStateChanged(syncer::SyncService* sync) override; | 
|  | 
| // Merges duplicate entries from the query results, only retaining the most | 
| // recent visit to a URL on a particular day. That visit contains the | 
|  |