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

Unified Diff: chrome/browser/chromeos/drive/sync_client.h

Issue 150113002: drive: Also lock SearchOperation when locking ChangeListLoader (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 11 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/sync_client.h
diff --git a/chrome/browser/chromeos/drive/sync_client.h b/chrome/browser/chromeos/drive/sync_client.h
index 5f7f81115b817ace3f99f1d41f9e641730d4fdd3..500f21d3af4d3e0da14448bd09e5f19615460680 100644
--- a/chrome/browser/chromeos/drive/sync_client.h
+++ b/chrome/browser/chromeos/drive/sync_client.h
@@ -36,6 +36,7 @@ namespace internal {
class ChangeListLoader;
class EntryUpdatePerformer;
class FileCache;
+class LoaderController;
class ResourceMetadata;
// The SyncClient is used to synchronize pinned files on Drive and the
@@ -51,7 +52,7 @@ class SyncClient {
JobScheduler* scheduler,
ResourceMetadata* metadata,
FileCache* cache,
- ChangeListLoader* change_list_loader,
+ LoaderController* loader_controller,
const base::FilePath& temporary_file_directory);
virtual ~SyncClient();
« no previous file with comments | « chrome/browser/chromeos/drive/sync/entry_update_performer_unittest.cc ('k') | chrome/browser/chromeos/drive/sync_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698