| Index: chrome/browser/chromeos/drive/file_system/copy_operation.h
|
| diff --git a/chrome/browser/chromeos/drive/file_system/copy_operation.h b/chrome/browser/chromeos/drive/file_system/copy_operation.h
|
| index bfaa78529dc19964ca7770905e8acf019a7af6e6..824d714f2c8568cddee989e3e4ecab45e32b8d02 100644
|
| --- a/chrome/browser/chromeos/drive/file_system/copy_operation.h
|
| +++ b/chrome/browser/chromeos/drive/file_system/copy_operation.h
|
| @@ -10,7 +10,6 @@
|
| #include "base/memory/scoped_ptr.h"
|
| #include "base/memory/weak_ptr.h"
|
| #include "chrome/browser/chromeos/drive/file_errors.h"
|
| -#include "chrome/browser/drive/drive_service_interface.h"
|
| #include "google_apis/drive/gdata_errorcode.h"
|
|
|
| namespace base {
|
| @@ -48,8 +47,7 @@ class CopyOperation {
|
| OperationDelegate* delegate,
|
| JobScheduler* scheduler,
|
| internal::ResourceMetadata* metadata,
|
| - internal::FileCache* cache,
|
| - const ResourceIdCanonicalizer& id_canonicalizer);
|
| + internal::FileCache* cache);
|
| ~CopyOperation();
|
|
|
| // Performs the copy operation on the file at drive path |src_file_path|
|
| @@ -162,7 +160,6 @@ class CopyOperation {
|
| JobScheduler* scheduler_;
|
| internal::ResourceMetadata* metadata_;
|
| internal::FileCache* cache_;
|
| - ResourceIdCanonicalizer id_canonicalizer_;
|
|
|
| // Uploading a new file is internally implemented by creating a dirty file.
|
| scoped_ptr<CreateFileOperation> create_file_operation_;
|
|
|