| Index: components/sync/engine_impl/cycle/nudge_tracker.h
|
| diff --git a/components/sync/engine_impl/cycle/nudge_tracker.h b/components/sync/engine_impl/cycle/nudge_tracker.h
|
| index ef48b935e3edc0a8efae6c0d56ead9b0dc2955e9..7d9ccc4605b7ae649a4c7855eb46cae67ad778bb 100644
|
| --- a/components/sync/engine_impl/cycle/nudge_tracker.h
|
| +++ b/components/sync/engine_impl/cycle/nudge_tracker.h
|
| @@ -64,15 +64,15 @@ class NudgeTracker {
|
| // Takes note of the receipt of an invalidation notice from the server.
|
| // Returns the current nudge delay for a remote invalidation.
|
| base::TimeDelta RecordRemoteInvalidation(
|
| - syncer::ModelType type,
|
| + ModelType type,
|
| std::unique_ptr<InvalidationInterface> invalidation);
|
|
|
| // Take note that an initial sync is pending for this type.
|
| - void RecordInitialSyncRequired(syncer::ModelType type);
|
| + void RecordInitialSyncRequired(ModelType type);
|
|
|
| // Takes note that the conflict happended for this type, need to sync to
|
| // resolve conflict locally.
|
| - void RecordCommitConflict(syncer::ModelType type);
|
| + void RecordCommitConflict(ModelType type);
|
|
|
| // These functions should be called to keep this class informed of the status
|
| // of the connection to the invalidations server.
|
|
|