| Index: chrome/browser/sync_file_system/drive_backend_v1/fake_api_util_unittest.cc
|
| diff --git a/chrome/browser/sync_file_system/drive_backend_v1/fake_api_util_unittest.cc b/chrome/browser/sync_file_system/drive_backend_v1/fake_api_util_unittest.cc
|
| index 9fb3fbcb6e817f81e4b6f5a82d746f26dcdf5544..e22c275b3ddb8b2296877aa3da1a54e3700cb125 100644
|
| --- a/chrome/browser/sync_file_system/drive_backend_v1/fake_api_util_unittest.cc
|
| +++ b/chrome/browser/sync_file_system/drive_backend_v1/fake_api_util_unittest.cc
|
| @@ -11,7 +11,7 @@
|
| #include "base/message_loop/message_loop.h"
|
| #include "google_apis/drive/gdata_errorcode.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
| -#include "webkit/common/blob/scoped_file.h"
|
| +#include "storage/common/blob/scoped_file.h"
|
|
|
| namespace sync_file_system {
|
| namespace drive_backend {
|
| @@ -24,7 +24,7 @@ void DidDownloadFile(google_apis::GDataErrorCode* error_out,
|
| const std::string& file_md5,
|
| int64 file_size,
|
| const base::Time& updated_time,
|
| - webkit_blob::ScopedFile downloaded_file) {
|
| + storage::ScopedFile downloaded_file) {
|
| *error_out = error;
|
| *file_md5_out = file_md5;
|
| }
|
|
|