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

Unified Diff: chrome/browser/chromeos/drive/file_system/update_operation.cc

Issue 15650008: drive: Rename drive::DriveClientContext to drive::ClientContext (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 7 years, 7 months 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
Index: chrome/browser/chromeos/drive/file_system/update_operation.cc
diff --git a/chrome/browser/chromeos/drive/file_system/update_operation.cc b/chrome/browser/chromeos/drive/file_system/update_operation.cc
index b8b2cb3ac69ed159fe88f41e2f5e0c104a986011..156d5793ae3dd238a43ad75a3700423718048568 100644
--- a/chrome/browser/chromeos/drive/file_system/update_operation.cc
+++ b/chrome/browser/chromeos/drive/file_system/update_operation.cc
@@ -89,7 +89,7 @@ UpdateOperation::~UpdateOperation() {
void UpdateOperation::UpdateFileByResourceId(
const std::string& resource_id,
- DriveClientContext context,
+ const ClientContext& context,
const FileOperationCallback& callback) {
DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
DCHECK(!callback.is_null());
@@ -117,7 +117,7 @@ void UpdateOperation::UpdateFileByResourceId(
}
void UpdateOperation::UpdateFileAfterGetLocalState(
- DriveClientContext context,
+ const ClientContext& context,
const FileOperationCallback& callback,
const ResourceEntry* entry,
const base::FilePath* drive_file_path,

Powered by Google App Engine
This is Rietveld 408576698