| Index: chrome/browser/search/search_terms_tracker.h
|
| diff --git a/chrome/browser/search/search_terms_tracker.h b/chrome/browser/search/search_terms_tracker.h
|
| index b253f990178429ee09ee55e0f679da095cb68ca8..75b3046449679cf750d5b52b124102e930c02db7 100644
|
| --- a/chrome/browser/search/search_terms_tracker.h
|
| +++ b/chrome/browser/search/search_terms_tracker.h
|
| @@ -41,7 +41,7 @@ class SearchTermsTracker : public content::NotificationObserver {
|
| // content::NotificationObserver
|
| virtual void Observe(int type,
|
| const content::NotificationSource& source,
|
| - const content::NotificationDetails& details) OVERRIDE;
|
| + const content::NotificationDetails& details) override;
|
|
|
| private:
|
| struct TabData {
|
|
|