| Index: chrome/browser/autofill/autofill_metrics_unittest.cc
|
| ===================================================================
|
| --- chrome/browser/autofill/autofill_metrics_unittest.cc (revision 181040)
|
| +++ chrome/browser/autofill/autofill_metrics_unittest.cc (working copy)
|
| @@ -190,7 +190,7 @@
|
| set_metric_logger(new MockAutofillMetrics);
|
| }
|
|
|
| - virtual bool IsAutofillEnabled() const { return autofill_enabled_; }
|
| + virtual bool IsAutofillEnabled() const OVERRIDE { return autofill_enabled_; }
|
|
|
| void set_autofill_enabled(bool autofill_enabled) {
|
| autofill_enabled_ = autofill_enabled;
|
|
|