| Index: components/autofill/core/browser/data_driven_test.cc
|
| diff --git a/components/autofill/core/browser/data_driven_test.cc b/components/autofill/core/browser/data_driven_test.cc
|
| index e1666994bd49b034e064278fbcaf8425cd0357de..c3397587073eb6e86012043a9199da43482c3687 100644
|
| --- a/components/autofill/core/browser/data_driven_test.cc
|
| +++ b/components/autofill/core/browser/data_driven_test.cc
|
| @@ -18,7 +18,7 @@ bool ReadFile(const base::FilePath& file, std::string* content) {
|
| if (!base::ReadFileToString(file, content))
|
| return false;
|
|
|
| - ReplaceSubstringsAfterOffset(content, 0, "\r\n", "\n");
|
| + base::ReplaceSubstringsAfterOffset(content, 0, "\r\n", "\n");
|
| return true;
|
| }
|
|
|
|
|