| Index: chrome/browser/sync_file_system/drive_backend_v1/api_util_interface.h
|
| diff --git a/chrome/browser/sync_file_system/drive_backend_v1/api_util_interface.h b/chrome/browser/sync_file_system/drive_backend_v1/api_util_interface.h
|
| index 15a15a4dae57f0081ce160dffc9c39470955197a..8c2f60abd557de6022617ed4707d1e4648ee5f1d 100644
|
| --- a/chrome/browser/sync_file_system/drive_backend_v1/api_util_interface.h
|
| +++ b/chrome/browser/sync_file_system/drive_backend_v1/api_util_interface.h
|
| @@ -22,7 +22,7 @@ namespace google_apis {
|
| class DriveUploaderInterface;
|
| }
|
|
|
| -namespace webkit_blob {
|
| +namespace storage {
|
| class ScopedFile;
|
| }
|
|
|
| @@ -51,7 +51,7 @@ class APIUtilInterface {
|
| const std::string& file_md5,
|
| int64 file_size,
|
| const base::Time& last_updated,
|
| - webkit_blob::ScopedFile downloaded)>
|
| + storage::ScopedFile downloaded)>
|
| DownloadFileCallback;
|
| typedef base::Callback<void(google_apis::GDataErrorCode error,
|
| const std::string& resource_id,
|
|
|