| Index: chrome/browser/chromeos/drive/file_system/truncate_operation.h
|
| diff --git a/chrome/browser/chromeos/drive/file_system/truncate_operation.h b/chrome/browser/chromeos/drive/file_system/truncate_operation.h
|
| index eca409db7542874486d1e36dfce47ff320993a53..f27b485d45b57f534b79dc66e6e2fe752c56bcd5 100644
|
| --- a/chrome/browser/chromeos/drive/file_system/truncate_operation.h
|
| +++ b/chrome/browser/chromeos/drive/file_system/truncate_operation.h
|
| @@ -62,7 +62,7 @@ class TruncateOperation {
|
|
|
| // Part of Truncate(). Called after TruncateOnBlockingPool() is complete.
|
| void TruncateAfterTruncateOnBlockingPool(
|
| - const std::string* local_id,
|
| + const std::string& local_id,
|
| const FileOperationCallback& callback,
|
| FileError error);
|
|
|
|
|