Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(804)

Unified Diff: chrome/browser/chromeos/drive/file_system/truncate_operation.h

Issue 59443002: drive: Simplify TruncateOperation with ResourceEntry::local_id (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | chrome/browser/chromeos/drive/file_system/truncate_operation.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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);
« no previous file with comments | « no previous file | chrome/browser/chromeos/drive/file_system/truncate_operation.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698