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

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: 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 ebd02e18577b11d9f47a10b6cf442ec239a3af80..fc979301c5d38cbc725aa6365a4687877685ae90 100644
--- a/chrome/browser/chromeos/drive/file_system/update_operation.cc
+++ b/chrome/browser/chromeos/drive/file_system/update_operation.cc
@@ -36,7 +36,7 @@ UpdateOperation::~UpdateOperation() {
void UpdateOperation::UpdateFileByResourceId(
const std::string& resource_id,
- DriveClientContext context,
+ ClientContext context,
const FileOperationCallback& callback) {
DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
DCHECK(!callback.is_null());
@@ -50,7 +50,7 @@ void UpdateOperation::UpdateFileByResourceId(
}
void UpdateOperation::UpdateFileAfterGetEntryInfo(
- DriveClientContext context,
+ ClientContext context,
const FileOperationCallback& callback,
FileError error,
const base::FilePath& drive_file_path,
@@ -83,7 +83,7 @@ void UpdateOperation::UpdateFileAfterGetEntryInfo(
}
void UpdateOperation::UpdateFileAfterGetFile(
- DriveClientContext context,
+ ClientContext context,
const FileOperationCallback& callback,
const base::FilePath& drive_file_path,
scoped_ptr<ResourceEntry> entry,

Powered by Google App Engine
This is Rietveld 408576698