| Index: chrome/browser/chromeos/drive/file_system/truncate_operation_unittest.cc
|
| diff --git a/chrome/browser/chromeos/drive/file_system/truncate_operation_unittest.cc b/chrome/browser/chromeos/drive/file_system/truncate_operation_unittest.cc
|
| index 7d48c664d520f876f3653903b523fdcc6aebbf84..ce9312a880998f810333ad215193c3a05d72bbcd 100644
|
| --- a/chrome/browser/chromeos/drive/file_system/truncate_operation_unittest.cc
|
| +++ b/chrome/browser/chromeos/drive/file_system/truncate_operation_unittest.cc
|
| @@ -60,7 +60,7 @@ TEST_F(TruncateOperationTest, Truncate) {
|
|
|
| // The local file should be truncated.
|
| int64 local_file_size = 0;
|
| - file_util::GetFileSize(local_path, &local_file_size);
|
| + base::GetFileSize(local_path, &local_file_size);
|
| EXPECT_EQ(1, local_file_size);
|
| }
|
|
|
|
|