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

Unified Diff: chrome/browser/chromeos/drive/sync_client.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
« no previous file with comments | « chrome/browser/chromeos/drive/mock_file_system.h ('k') | chrome/browser/ui/webui/screenshot_source.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/chromeos/drive/sync_client.cc
diff --git a/chrome/browser/chromeos/drive/sync_client.cc b/chrome/browser/chromeos/drive/sync_client.cc
index 0f7ad9b892e65a03a5419213764d4ae253e1636c..91a890bc2203752041b05e5d55959fc1d9f0b0cf 100644
--- a/chrome/browser/chromeos/drive/sync_client.cc
+++ b/chrome/browser/chromeos/drive/sync_client.cc
@@ -184,7 +184,7 @@ void SyncClient::StartTask(SyncType type, const std::string& resource_id) {
file_system_->GetFileByResourceId(
resource_id,
- DriveClientContext(BACKGROUND),
+ ClientContext(BACKGROUND),
base::Bind(&SyncClient::OnFetchFileComplete,
weak_ptr_factory_.GetWeakPtr(),
resource_id),
@@ -198,7 +198,7 @@ void SyncClient::StartTask(SyncType type, const std::string& resource_id) {
DVLOG(1) << "Uploading " << resource_id;
file_system_->UpdateFileByResourceId(
resource_id,
- DriveClientContext(BACKGROUND),
+ ClientContext(BACKGROUND),
base::Bind(&SyncClient::OnUploadFileComplete,
weak_ptr_factory_.GetWeakPtr(),
resource_id));
« no previous file with comments | « chrome/browser/chromeos/drive/mock_file_system.h ('k') | chrome/browser/ui/webui/screenshot_source.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698