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

Unified Diff: chrome/browser/chromeos/gdata/gdata_uploader.cc

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_uploader.cc
diff --git a/chrome/browser/chromeos/gdata/gdata_uploader.cc b/chrome/browser/chromeos/gdata/gdata_uploader.cc
index b0bffd14dcc33e08a1696998d7013d8172183840..366128d1d54b6882237e6dbb708571404fbaf3c5 100644
--- a/chrome/browser/chromeos/gdata/gdata_uploader.cc
+++ b/chrome/browser/chromeos/gdata/gdata_uploader.cc
@@ -31,9 +31,8 @@ const int kMaxFileOpenTries = 5;
namespace gdata {
-GDataUploader::GDataUploader(GDataFileSystem* file_system,
- DocumentsServiceInterface* documents_service)
- : file_system_(file_system),
+GDataUploader::GDataUploader(DocumentsServiceInterface* documents_service)
+ : file_system_(NULL),
documents_service_(documents_service),
next_upload_id_(0),
ALLOW_THIS_IN_INITIALIZER_LIST(uploader_factory_(this)) {

Powered by Google App Engine
This is Rietveld 408576698