| Index: chrome/browser/autofill/form_structure_browsertest.cc
|
| diff --git a/chrome/browser/autofill/form_structure_browsertest.cc b/chrome/browser/autofill/form_structure_browsertest.cc
|
| index bb5e4318f6f4ce71e495df2534511fceb530167d..4788a5a40b4099e2de949b1af0b2966864922cf4 100644
|
| --- a/chrome/browser/autofill/form_structure_browsertest.cc
|
| +++ b/chrome/browser/autofill/form_structure_browsertest.cc
|
| @@ -49,7 +49,7 @@ class FormStructureBrowserTest : public InProcessBrowserTest,
|
|
|
| // DataDrivenTest:
|
| virtual void GenerateResults(const std::string& input,
|
| - std::string* output) OVERRIDE;
|
| + std::string* output) override;
|
|
|
| // Serializes the given |forms| into a string.
|
| std::string FormStructuresToString(const std::vector<FormStructure*>& forms);
|
|
|