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

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

Issue 15650008: drive: Rename drive::DriveClientContext to drive::ClientContext (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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/drive_operations.h
diff --git a/chrome/browser/chromeos/drive/file_system/drive_operations.h b/chrome/browser/chromeos/drive/file_system/drive_operations.h
index 5355d0e332c712321d8724d9dd793d887861176c..a4502690d7810b15a016bb48fd94c556a7489f98 100644
--- a/chrome/browser/chromeos/drive/file_system/drive_operations.h
+++ b/chrome/browser/chromeos/drive/file_system/drive_operations.h
@@ -120,7 +120,7 @@ class DriveOperations {
// Wrapper function for update_operation_.
// |callback| must not be null.
void UpdateFileByResourceId(const std::string& resource_id,
- DriveClientContext context,
+ ClientContext context,
hashimoto 2013/05/27 03:04:39 nit: Could you fix this to cont ClientContext& whi
satorux1 2013/05/27 03:36:11 Done.
const FileOperationCallback& callback);
// Wrapper function for search_operation_.

Powered by Google App Engine
This is Rietveld 408576698