| Index: sync/engine/syncer_unittest.cc
|
| diff --git a/sync/engine/syncer_unittest.cc b/sync/engine/syncer_unittest.cc
|
| index b9c778057e2081e2d692928b2db442c16b460e08..e31a08ee580f1ff82fa518de6485f9a1a4a15e8f 100644
|
| --- a/sync/engine/syncer_unittest.cc
|
| +++ b/sync/engine/syncer_unittest.cc
|
| @@ -148,8 +148,6 @@ class SyncerTest : public testing::Test,
|
| int size) OVERRIDE {
|
| last_client_invalidation_hint_buffer_size_ = size;
|
| }
|
| - virtual void OnShouldStopSyncingPermanently() OVERRIDE {
|
| - }
|
| virtual void OnSyncProtocolError(
|
| const sessions::SyncSessionSnapshot& snapshot) OVERRIDE {
|
| }
|
|
|