| Index: sync/internal_api/protocol_event_buffer_unittest.cc
|
| diff --git a/sync/internal_api/protocol_event_buffer_unittest.cc b/sync/internal_api/protocol_event_buffer_unittest.cc
|
| index d6d403401283ee0089dc4ff7ba9811bf9acb286b..b197ec0bb160d132413f1ecf64b7453809920e58 100644
|
| --- a/sync/internal_api/protocol_event_buffer_unittest.cc
|
| +++ b/sync/internal_api/protocol_event_buffer_unittest.cc
|
| @@ -16,7 +16,7 @@ namespace syncer {
|
| class ProtocolEventBufferTest : public ::testing::Test {
|
| public:
|
| ProtocolEventBufferTest();
|
| - virtual ~ProtocolEventBufferTest();
|
| + ~ProtocolEventBufferTest() override;
|
|
|
| static scoped_ptr<ProtocolEvent> MakeTestEvent(int64 id);
|
| static bool HasId(const ProtocolEvent& event, int64 id);
|
|
|