| Index: sync/sessions/nudge_tracker.h
|
| diff --git a/sync/sessions/nudge_tracker.h b/sync/sessions/nudge_tracker.h
|
| index 1607a6e7fc0639c0eeb7b2c9073069dae2b4a76d..4a167bb86c3c758829da7b64662f11a4c61c4467 100644
|
| --- a/sync/sessions/nudge_tracker.h
|
| +++ b/sync/sessions/nudge_tracker.h
|
| @@ -94,7 +94,7 @@ class SYNC_EXPORT_PRIVATE NudgeTracker {
|
| // performing a sync.
|
| //
|
| // See the implementation for important information about the coalesce logic.
|
| - sync_pb::GetUpdatesCallerInfo::GetUpdatesSource updates_source() const;
|
| + sync_pb::GetUpdatesCallerInfo::GetUpdatesSource GetLegacySource() const;
|
|
|
| // Fills a GetUpdatesTrigger message for the next GetUpdates request. This is
|
| // used by the DownloadUpdatesCommand to dump lots of useful per-type state
|
|
|