| Index: chrome/browser/sync_file_system/drive_backend_v1/api_util_unittest.cc
|
| diff --git a/chrome/browser/sync_file_system/drive_backend_v1/api_util_unittest.cc b/chrome/browser/sync_file_system/drive_backend_v1/api_util_unittest.cc
|
| index e38b892a093e2926110668ac9536be75561cc022..4ee0b1f0e54707d4600fb8016e69bf5aab3ab6d6 100644
|
| --- a/chrome/browser/sync_file_system/drive_backend_v1/api_util_unittest.cc
|
| +++ b/chrome/browser/sync_file_system/drive_backend_v1/api_util_unittest.cc
|
| @@ -210,7 +210,7 @@ void DidDownloadFile(Output* output,
|
| const std::string& file_md5,
|
| int64 file_size,
|
| const base::Time& updated_time,
|
| - webkit_blob::ScopedFile file) {
|
| + storage::ScopedFile file) {
|
| ASSERT_TRUE(output);
|
| ASSERT_TRUE(base::PathExists(file.path()));
|
| output->error = error;
|
|
|