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

Unified Diff: chrome/browser/chromeos/gdata/gdata_system_service.h

Issue 10640006: gdata: Stop getting GDataUploader via GDataSystemService (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 6 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/gdata/gdata_system_service.h
diff --git a/chrome/browser/chromeos/gdata/gdata_system_service.h b/chrome/browser/chromeos/gdata/gdata_system_service.h
index 833806e2aa7eb9eee922057502b29782c2059fb8..cb213140ce2f37d3c5391970f6162f547da529ec 100644
--- a/chrome/browser/chromeos/gdata/gdata_system_service.h
+++ b/chrome/browser/chromeos/gdata/gdata_system_service.h
@@ -60,8 +60,8 @@ class GDataSystemService : public ProfileKeyedService {
const base::SequencedWorkerPool::SequenceToken sequence_token_;
GDataCache* cache_;
scoped_ptr<DocumentsServiceInterface> documents_service_;
- scoped_ptr<GDataFileSystem> file_system_;
scoped_ptr<GDataUploader> uploader_;
+ scoped_ptr<GDataFileSystem> file_system_;
scoped_ptr<GDataDownloadObserver> download_observer_;
scoped_ptr<GDataSyncClient> sync_client_;
scoped_ptr<DriveWebAppsRegistry> webapps_registry_;

Powered by Google App Engine
This is Rietveld 408576698