| Index: google_apis/gcm/engine/connection_factory_impl_unittest.cc
|
| diff --git a/google_apis/gcm/engine/connection_factory_impl_unittest.cc b/google_apis/gcm/engine/connection_factory_impl_unittest.cc
|
| index 74db418be8717516d7dd4a2ad89c6151534cc47c..a6c05ebe8c6c225014506a83e6df3a1bedc52425 100644
|
| --- a/google_apis/gcm/engine/connection_factory_impl_unittest.cc
|
| +++ b/google_apis/gcm/engine/connection_factory_impl_unittest.cc
|
| @@ -262,7 +262,7 @@ class ConnectionFactoryImplTest
|
| public ConnectionFactory::ConnectionListener {
|
| public:
|
| ConnectionFactoryImplTest();
|
| - virtual ~ConnectionFactoryImplTest();
|
| + ~ConnectionFactoryImplTest() override;
|
|
|
| TestConnectionFactoryImpl* factory() { return &factory_; }
|
| GURL& connected_server() { return connected_server_; }
|
|
|