| Index: components/autofill/browser/autocomplete_history_manager_unittest.cc
|
| diff --git a/components/autofill/browser/autocomplete_history_manager_unittest.cc b/components/autofill/browser/autocomplete_history_manager_unittest.cc
|
| index 634c8c9fd65c10e9634652c640ae65608f75589c..be8e8755d16ea31b82812b4b115b841b1e01ba43 100644
|
| --- a/components/autofill/browser/autocomplete_history_manager_unittest.cc
|
| +++ b/components/autofill/browser/autocomplete_history_manager_unittest.cc
|
| @@ -60,7 +60,7 @@ class MockAutofillManagerDelegate
|
| public:
|
| MockAutofillManagerDelegate() {}
|
| virtual ~MockAutofillManagerDelegate() {}
|
| - virtual PrefService* GetPrefs() { return &prefs_; }
|
| + virtual PrefService* GetPrefs() OVERRIDE { return &prefs_; }
|
|
|
| private:
|
| TestingPrefServiceSimple prefs_;
|
|
|