| Index: chrome/installer/util/install_util_unittest.cc
|
| diff --git a/chrome/installer/util/install_util_unittest.cc b/chrome/installer/util/install_util_unittest.cc
|
| index a891f8de0c0cc5dfe550e91364f0ee54fb5f59c7..92f9b7532de2676f1d837d939d30df5f442d7852 100644
|
| --- a/chrome/installer/util/install_util_unittest.cc
|
| +++ b/chrome/installer/util/install_util_unittest.cc
|
| @@ -447,7 +447,7 @@ TEST_F(InstallUtilTest, ProgramCompare) {
|
| // Test where strings don't match, but the same file is indicated.
|
| std::wstring short_expect;
|
| DWORD short_len = GetShortPathName(expect.value().c_str(),
|
| - WriteInto(&short_expect, MAX_PATH),
|
| + base::WriteInto(&short_expect, MAX_PATH),
|
| MAX_PATH);
|
| ASSERT_NE(static_cast<DWORD>(0), short_len);
|
| ASSERT_GT(static_cast<DWORD>(MAX_PATH), short_len);
|
|
|