Index: chrome/browser/sync/engine/model_changing_syncer_command.h |
diff --git a/chrome/browser/sync/engine/model_changing_syncer_command.h b/chrome/browser/sync/engine/model_changing_syncer_command.h |
index ae59272f46040856a8487abcd1d33ccfcae6eaf7..f6d6a436ac7e22966609258a08681b3f0a7df171 100644 |
--- a/chrome/browser/sync/engine/model_changing_syncer_command.h |
+++ b/chrome/browser/sync/engine/model_changing_syncer_command.h |
@@ -42,9 +42,7 @@ class ModelChangingSyncerCommand : public SyncerCommand { |
// *without* a ModelSafeGroup restriction in place on the SyncSession. |
// Returns true on success, false on failure. |
// TODO(tim): Remove this (bug 36594). |
- virtual bool ModelNeutralExecuteImpl(sessions::SyncSession* session) { |
- return true; |
- } |
+ virtual bool ModelNeutralExecuteImpl(sessions::SyncSession* session); |
// Abstract method to be implemented by subclasses to handle logic that |
// operates on the model. This is invoked with a SyncSession ModelSafeGroup |