| Index: chrome/browser/sync_file_system/drive_backend_v1/fake_api_util.cc
|
| diff --git a/chrome/browser/sync_file_system/drive_backend_v1/fake_api_util.cc b/chrome/browser/sync_file_system/drive_backend_v1/fake_api_util.cc
|
| index e3ee374a6f41c74f7e3172ab95d93793d1064b2f..d848977dd3365c5f854515ff4dbbaf2dfb430c73 100644
|
| --- a/chrome/browser/sync_file_system/drive_backend_v1/fake_api_util.cc
|
| +++ b/chrome/browser/sync_file_system/drive_backend_v1/fake_api_util.cc
|
| @@ -10,7 +10,7 @@
|
| #include "base/location.h"
|
| #include "base/single_thread_task_runner.h"
|
| #include "base/thread_task_runner_handle.h"
|
| -#include "webkit/common/blob/scoped_file.h"
|
| +#include "storage/common/blob/scoped_file.h"
|
|
|
| namespace sync_file_system {
|
| namespace drive_backend {
|
| @@ -161,7 +161,7 @@ void FakeAPIUtil::DownloadFile(const std::string& resource_id,
|
| error = google_apis::HTTP_SUCCESS;
|
| }
|
|
|
| - webkit_blob::ScopedFile dummy;
|
| + storage::ScopedFile dummy;
|
| base::ThreadTaskRunnerHandle::Get()->PostTask(
|
| FROM_HERE,
|
| base::Bind(callback, error, file_md5, file_size, updated_time,
|
|
|