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

Unified Diff: sync/engine/download.h

Issue 19982002: sync: Remove SyncSourceInfo (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Convert SyncShareRecords to typedef Created 7 years, 5 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 | « sync/engine/commit.cc ('k') | sync/engine/download.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sync/engine/download.h
diff --git a/sync/engine/download.h b/sync/engine/download.h
index 5b5c2d0f9ebf64de812403ccf3162cb4007f5217..4ec4b5a19d558cc24dcd2d67842eba65fe48c740 100644
--- a/sync/engine/download.h
+++ b/sync/engine/download.h
@@ -8,6 +8,7 @@
#include "sync/base/sync_export.h"
#include "sync/internal_api/public/base/model_type.h"
#include "sync/internal_api/public/util/syncer_error.h"
+#include "sync/protocol/sync.pb.h"
namespace sync_pb {
class DebugInfo;
@@ -18,7 +19,6 @@ namespace syncer {
namespace sessions {
class NudgeTracker;
class SyncSession;
-struct SyncSourceInfo;
} // namespace sessions
class Syncer;
@@ -38,7 +38,7 @@ SYNC_EXPORT_PRIVATE SyncerError NormalDownloadUpdates(
SYNC_EXPORT_PRIVATE SyncerError DownloadUpdatesForConfigure(
sessions::SyncSession* session,
bool create_mobile_bookmarks_folder,
- const syncer::sessions::SyncSourceInfo& source,
+ sync_pb::GetUpdatesCallerInfo::GetUpdatesSource source,
ModelTypeSet request_types);
// This function executes a single GetUpdate request and stores the response in
« no previous file with comments | « sync/engine/commit.cc ('k') | sync/engine/download.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698