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

Unified Diff: chrome/browser/chromeos/drive/file_system/operations.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/operations.cc
diff --git a/chrome/browser/chromeos/drive/file_system/operations.cc b/chrome/browser/chromeos/drive/file_system/operations.cc
index 392cb180dcc84a23dfe0b2e969305c4d42116342..0cc378a2ee20e034d4b0ebbe8279a7571c431f79 100644
--- a/chrome/browser/chromeos/drive/file_system/operations.cc
+++ b/chrome/browser/chromeos/drive/file_system/operations.cc
@@ -158,7 +158,7 @@ void Operations::TouchFile(const base::FilePath& file_path,
void Operations::EnsureFileDownloaded(
const base::FilePath& file_path,
- DriveClientContext context,
+ const ClientContext& context,
const GetFileContentInitializedCallback& initialized_callback,
const google_apis::GetContentCallback& get_content_callback,
const GetFileCallback& completion_callback) {
@@ -172,7 +172,7 @@ void Operations::EnsureFileDownloaded(
void Operations::UpdateFileByResourceId(
const std::string& resource_id,
- DriveClientContext context,
+ const ClientContext& context,
const FileOperationCallback& callback) {
DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
DCHECK(!callback.is_null());
« no previous file with comments | « chrome/browser/chromeos/drive/file_system/operations.h ('k') | chrome/browser/chromeos/drive/file_system/update_operation.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698