| 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
|
|
|