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

Unified Diff: chrome/browser/chromeos/drive/file_system/drive_operations.h

Issue 13448003: Narrow the ownership of DriveUploader from DriveSystemService to DriveScheduler. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase. Created 7 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
Index: chrome/browser/chromeos/drive/file_system/drive_operations.h
diff --git a/chrome/browser/chromeos/drive/file_system/drive_operations.h b/chrome/browser/chromeos/drive/file_system/drive_operations.h
index cd83932bb4b578583458e48297576285222d170f..0b5ff5b7fb84daabe5741ed5aaa1bf0ea9b11295 100644
--- a/chrome/browser/chromeos/drive/file_system/drive_operations.h
+++ b/chrome/browser/chromeos/drive/file_system/drive_operations.h
@@ -14,10 +14,6 @@ namespace base {
class FilePath;
}
-namespace google_apis {
-class DriveUploaderInterface;
-}
-
namespace drive {
class DriveCache;
@@ -44,7 +40,6 @@ class DriveOperations {
DriveFileSystemInterface* drive_file_system,
DriveCache* cache,
DriveResourceMetadata* metadata,
- google_apis::DriveUploaderInterface* uploader,
scoped_refptr<base::SequencedTaskRunner> blocking_task_runner,
OperationObserver* observer);

Powered by Google App Engine
This is Rietveld 408576698