Index: chrome/browser/history/history_backend.h |
diff --git a/chrome/browser/history/history_backend.h b/chrome/browser/history/history_backend.h |
index b6ac8b946164078a064b44b578274b0ae3f8e53c..0d8046c1529e1a33ad2b88279ed8ff45b8f4f226 100644 |
--- a/chrome/browser/history/history_backend.h |
+++ b/chrome/browser/history/history_backend.h |
@@ -775,11 +775,11 @@ class HistoryBackend : public base::RefCountedThreadSafe<HistoryBackend>, |
virtual void BroadcastNotifications( |
int type, |
- scoped_ptr<HistoryDetails> details) OVERRIDE; |
- virtual void NotifySyncURLsModified(URLRows* rows) OVERRIDE; |
+ scoped_ptr<HistoryDetails> details) override; |
+ virtual void NotifySyncURLsModified(URLRows* rows) override; |
virtual void NotifySyncURLsDeleted(bool all_history, |
bool expired, |
- URLRows* rows) OVERRIDE; |
+ URLRows* rows) override; |
// Deleting all history ------------------------------------------------------ |