| Index: components/copresence/rpc/http_post_unittest.cc
|
| diff --git a/components/copresence/rpc/http_post_unittest.cc b/components/copresence/rpc/http_post_unittest.cc
|
| index 9a847506efdab64752feb15e5530ee4b2e17ed12..70d1ee300879ba6e00f228e641bcd2466105236b 100644
|
| --- a/components/copresence/rpc/http_post_unittest.cc
|
| +++ b/components/copresence/rpc/http_post_unittest.cc
|
| @@ -35,7 +35,7 @@ class HttpPostTest : public testing::Test {
|
| proto_.set_client("test_client");
|
| proto_.set_version_code(123);
|
| }
|
| - virtual ~HttpPostTest() {}
|
| + ~HttpPostTest() override {}
|
|
|
| // Record the response sent back to the client for verification.
|
| void TestResponseCallback(int response_code,
|
|
|