| Index: sync/engine/syncer_proto_util_unittest.cc
|
| diff --git a/sync/engine/syncer_proto_util_unittest.cc b/sync/engine/syncer_proto_util_unittest.cc
|
| index 8e731937e33f2319eab938fdf6921ee278c8b7fd..81b25662894bdbb2ac7422e47c570cada4de8a8f 100644
|
| --- a/sync/engine/syncer_proto_util_unittest.cc
|
| +++ b/sync/engine/syncer_proto_util_unittest.cc
|
| @@ -257,10 +257,9 @@ class DummyConnectionManager : public ServerConnectionManager {
|
| send_error_(false),
|
| access_denied_(false) {}
|
|
|
| - virtual ~DummyConnectionManager() {}
|
| - virtual bool PostBufferWithCachedAuth(
|
| - PostBufferParams* params,
|
| - ScopedServerStatusWatcher* watcher) override {
|
| + ~DummyConnectionManager() override {}
|
| + bool PostBufferWithCachedAuth(PostBufferParams* params,
|
| + ScopedServerStatusWatcher* watcher) override {
|
| if (send_error_) {
|
| return false;
|
| }
|
|
|