| Index: media/base/test_data_util.cc
|
| diff --git a/media/base/test_data_util.cc b/media/base/test_data_util.cc
|
| index 55e82fc86356c5c377f111fd0008525060e3dfe5..b60bf773b0d1eacd0eef187b03893724dc59db46 100644
|
| --- a/media/base/test_data_util.cc
|
| +++ b/media/base/test_data_util.cc
|
| @@ -30,7 +30,7 @@ scoped_refptr<DecoderBuffer> ReadTestDataFile(const std::string& name) {
|
| .AppendASCII(name);
|
|
|
| int64 tmp = 0;
|
| - CHECK(file_util::GetFileSize(file_path, &tmp))
|
| + CHECK(base::GetFileSize(file_path, &tmp))
|
| << "Failed to get file size for '" << name << "'";
|
|
|
| int file_size = static_cast<int>(tmp);
|
|
|