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

Unified Diff: chrome/browser/chromeos/drive/drive_sync_client.cc

Issue 11106007: drive: Rename 'gdata' namespace to 'drive' in chrome/browser/chromeos/drive (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 8 years, 2 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/drive_sync_client.cc
diff --git a/chrome/browser/chromeos/drive/drive_sync_client.cc b/chrome/browser/chromeos/drive/drive_sync_client.cc
index c7bf191bf1d3c987ed204b7007177d38032084a9..4d1f8629797351f806981088c57cfe9a957a9ae4 100644
--- a/chrome/browser/chromeos/drive/drive_sync_client.cc
+++ b/chrome/browser/chromeos/drive/drive_sync_client.cc
@@ -20,7 +20,7 @@
using content::BrowserThread;
-namespace gdata {
+namespace drive {
namespace {
@@ -169,7 +169,7 @@ void DriveSyncClient::DoSyncLoop() {
base::Bind(&DriveSyncClient::OnFetchFileComplete,
weak_ptr_factory_.GetWeakPtr(),
sync_task),
- GetContentCallback());
+ gdata::GetContentCallback());
} else if (sync_task.sync_type == UPLOAD) {
DVLOG(1) << "Uploading " << sync_task.resource_id;
file_system_->UpdateFileByResourceId(
@@ -435,4 +435,4 @@ void DriveSyncClient::OnConnectionTypeChanged(
StartSyncLoop();
}
-} // namespace gdata
+} // namespace drive
« no previous file with comments | « chrome/browser/chromeos/drive/drive_sync_client.h ('k') | chrome/browser/chromeos/drive/drive_sync_client_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698