| Index: chrome/browser/history/in_memory_history_backend.h
|
| diff --git a/chrome/browser/history/in_memory_history_backend.h b/chrome/browser/history/in_memory_history_backend.h
|
| index b280b5ebf07ddf91cdf4540e91aab2ff09a3f236..16b29072d082cdaa61734ca5a4b216a93885e2c4 100644
|
| --- a/chrome/browser/history/in_memory_history_backend.h
|
| +++ b/chrome/browser/history/in_memory_history_backend.h
|
| @@ -67,7 +67,7 @@ class InMemoryHistoryBackend : public content::NotificationObserver {
|
| // Notification callback.
|
| virtual void Observe(int type,
|
| const content::NotificationSource& source,
|
| - const content::NotificationDetails& details);
|
| + const content::NotificationDetails& details) OVERRIDE;
|
|
|
| // Return the quick history index.
|
| history::InMemoryURLIndex* InMemoryIndex() const { return index_.get(); }
|
|
|