| Index: tools/json_schema_compiler/test/error_generation_unittest.cc
|
| diff --git a/tools/json_schema_compiler/test/error_generation_unittest.cc b/tools/json_schema_compiler/test/error_generation_unittest.cc
|
| index f5a24faede23dfa0e381c514315c150cd8f3a319..9515f07da0c3bc8490342fae7702fcb73188bb39 100644
|
| --- a/tools/json_schema_compiler/test/error_generation_unittest.cc
|
| +++ b/tools/json_schema_compiler/test/error_generation_unittest.cc
|
| @@ -24,7 +24,7 @@ base::string16 GetPopulateError(const base::Value& value) {
|
|
|
| testing::AssertionResult EqualsUtf16(const std::string& expected,
|
| const base::string16& actual) {
|
| - if (ASCIIToUTF16(expected) != actual)
|
| + if (base::ASCIIToUTF16(expected) != actual)
|
| return testing::AssertionFailure() << expected << " != " << actual;
|
| return testing::AssertionSuccess();
|
| }
|
|
|