| Index: chrome/browser/history/in_memory_url_index.h | 
| diff --git a/chrome/browser/history/in_memory_url_index.h b/chrome/browser/history/in_memory_url_index.h | 
| index 2f0690e51672cbf734adb247191e4eba890ffd48..0d2b3908fd06389ff8fa2b1abaf84cb20802b18e 100644 | 
| --- a/chrome/browser/history/in_memory_url_index.h | 
| +++ b/chrome/browser/history/in_memory_url_index.h | 
| @@ -245,7 +245,7 @@ class InMemoryURLIndex : public HistoryServiceObserver, | 
| ui::PageTransition transition, | 
| const URLRow& row, | 
| const RedirectList& redirects, | 
| -                            base::Time visit_time) OVERRIDE; | 
| +                            base::Time visit_time) override; | 
|  | 
| // Notification handlers. | 
| void OnURLsModified(const URLsModifiedDetails* details); | 
|  |