| Index: google_apis/gcm/engine/connection_handler_impl_unittest.cc
|
| diff --git a/google_apis/gcm/engine/connection_handler_impl_unittest.cc b/google_apis/gcm/engine/connection_handler_impl_unittest.cc
|
| index 4e3ef699eb8cba7290784639121a0427403ecca3..aaf19fcb728d066f1873a59870e9d790cea87616 100644
|
| --- a/google_apis/gcm/engine/connection_handler_impl_unittest.cc
|
| +++ b/google_apis/gcm/engine/connection_handler_impl_unittest.cc
|
| @@ -106,7 +106,7 @@ std::string BuildDataMessage(const std::string& from,
|
| class GCMConnectionHandlerImplTest : public testing::Test {
|
| public:
|
| GCMConnectionHandlerImplTest();
|
| - virtual ~GCMConnectionHandlerImplTest();
|
| + ~GCMConnectionHandlerImplTest() override;
|
|
|
| net::StreamSocket* BuildSocket(const ReadList& read_list,
|
| const WriteList& write_list);
|
|
|