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

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

Issue 9582037: Make document service an interface (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Upload after merge Created 8 years, 9 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/gdata/gdata.h ('k') | chrome/browser/chromeos/gdata/gdata_file_system.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/chromeos/gdata/gdata_file_system.h
diff --git a/chrome/browser/chromeos/gdata/gdata_file_system.h b/chrome/browser/chromeos/gdata/gdata_file_system.h
index a477695c0932d89bccc0253d22a162a667b74ccd..958538bed697ea88465c8f66a5e059bcad33b3b9 100644
--- a/chrome/browser/chromeos/gdata/gdata_file_system.h
+++ b/chrome/browser/chromeos/gdata/gdata_file_system.h
@@ -348,7 +348,8 @@ class GDataFileSystem : public ProfileKeyedService {
FileOperationCallback callback;
};
- explicit GDataFileSystem(Profile* profile);
+ explicit GDataFileSystem(Profile* profile,
+ DocumentsServiceInterface* documents_service);
virtual ~GDataFileSystem();
// Initiates upload operation of file defined with |file_name|,
@@ -479,7 +480,7 @@ class GDataFileSystem : public ProfileKeyedService {
Profile* profile_;
// The document service for the GDataFileSystem.
- scoped_ptr<DocumentsService> documents_service_;
+ scoped_ptr<DocumentsServiceInterface> documents_service_;
// File content uploader.
scoped_ptr<GDataUploader> gdata_uploader_;
« no previous file with comments | « chrome/browser/chromeos/gdata/gdata.h ('k') | chrome/browser/chromeos/gdata/gdata_file_system.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698