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

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

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.h
diff --git a/chrome/browser/chromeos/drive/file_system/update_operation.h b/chrome/browser/chromeos/drive/file_system/update_operation.h
index 92558364feb65e983ac82324a55500963d6a6000..8a7633cae683e40c52001346f037cd059d860cf5 100644
--- a/chrome/browser/chromeos/drive/file_system/update_operation.h
+++ b/chrome/browser/chromeos/drive/file_system/update_operation.h
@@ -50,11 +50,11 @@ class UpdateOperation {
//
// |callback| must not be null.
void UpdateFileByResourceId(const std::string& resource_id,
- DriveClientContext context,
+ const ClientContext& context,
const FileOperationCallback& callback);
private:
- void UpdateFileAfterGetLocalState(DriveClientContext context,
+ void UpdateFileAfterGetLocalState(const ClientContext& context,
const FileOperationCallback& callback,
const ResourceEntry* entry,
const base::FilePath* drive_file_path,
« no previous file with comments | « chrome/browser/chromeos/drive/file_system/operations.cc ('k') | chrome/browser/chromeos/drive/file_system/update_operation.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698