| Index: chrome/browser/chromeos/drive/file_system/get_file_for_saving_operation_unittest.cc
|
| diff --git a/chrome/browser/chromeos/drive/file_system/get_file_for_saving_operation_unittest.cc b/chrome/browser/chromeos/drive/file_system/get_file_for_saving_operation_unittest.cc
|
| index 814e7679e959804b2e7879129cb7927a4692c0d6..ba9eb93949cb9bb5cdad933fa6e6b8d2b43b50e2 100644
|
| --- a/chrome/browser/chromeos/drive/file_system/get_file_for_saving_operation_unittest.cc
|
| +++ b/chrome/browser/chromeos/drive/file_system/get_file_for_saving_operation_unittest.cc
|
| @@ -136,7 +136,7 @@ TEST_F(GetFileForSavingOperationTest, GetFileForSaving_NotExist) {
|
| EXPECT_EQ(FILE_ERROR_OK, error);
|
| EXPECT_EQ(FILE_ERROR_OK, GetLocalResourceEntry(drive_path, &src_entry));
|
| int64 size = -1;
|
| - EXPECT_TRUE(file_util::GetFileSize(local_path, &size));
|
| + EXPECT_TRUE(base::GetFileSize(local_path, &size));
|
| EXPECT_EQ(0, size);
|
| }
|
|
|
|
|