Index: sync/engine/commit.h |
diff --git a/sync/engine/commit.h b/sync/engine/commit.h |
index ee81577944b3ffc5a2a79e8050a84d47f28dc5e7..993bd87203bac7dfeecf1db24a0dbc0b631f46fc 100644 |
--- a/sync/engine/commit.h |
+++ b/sync/engine/commit.h |
@@ -14,7 +14,6 @@ |
#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 { |
@@ -55,10 +54,10 @@ |
CommitProcessor* commit_processor, |
ExtensionsActivity* extensions_activity); |
- SyncerError PostAndProcessResponse(sessions::NudgeTracker* nudge_tracker, |
- sessions::SyncSession* session, |
- sessions::StatusController* status, |
- ExtensionsActivity* extensions_activity); |
+ SyncerError PostAndProcessResponse( |
+ sessions::SyncSession* session, |
+ sessions::StatusController* status, |
+ ExtensionsActivity* extensions_activity); |
// Cleans up state associated with this commit. Must be called before the |
// destructor. |