Index: sync/engine/commit.h |
diff --git a/sync/engine/commit.h b/sync/engine/commit.h |
index 993bd87203bac7dfeecf1db24a0dbc0b631f46fc..ee81577944b3ffc5a2a79e8050a84d47f28dc5e7 100644 |
--- a/sync/engine/commit.h |
+++ b/sync/engine/commit.h |
@@ -14,6 +14,7 @@ |
#include "sync/internal_api/public/engine/model_safe_worker.h" |
#include "sync/internal_api/public/util/syncer_error.h" |
#include "sync/protocol/sync.pb.h" |
+#include "sync/sessions/nudge_tracker.h" |
#include "sync/util/extensions_activity.h" |
namespace syncer { |
@@ -54,10 +55,10 @@ class SYNC_EXPORT_PRIVATE Commit { |
CommitProcessor* commit_processor, |
ExtensionsActivity* extensions_activity); |
- SyncerError PostAndProcessResponse( |
- sessions::SyncSession* session, |
- sessions::StatusController* status, |
- ExtensionsActivity* extensions_activity); |
+ SyncerError PostAndProcessResponse(sessions::NudgeTracker* nudge_tracker, |
+ sessions::SyncSession* session, |
+ sessions::StatusController* status, |
+ ExtensionsActivity* extensions_activity); |
// Cleans up state associated with this commit. Must be called before the |
// destructor. |