| Index: chrome/browser/sync/test/integration/single_client_typed_urls_sync_test.cc
|
| diff --git a/chrome/browser/sync/test/integration/single_client_typed_urls_sync_test.cc b/chrome/browser/sync/test/integration/single_client_typed_urls_sync_test.cc
|
| index 9d922a255126bdd0fdd44be11297280c13aec2c4..20a5379178b49bb14261745f4f2b737a98ba73df 100644
|
| --- a/chrome/browser/sync/test/integration/single_client_typed_urls_sync_test.cc
|
| +++ b/chrome/browser/sync/test/integration/single_client_typed_urls_sync_test.cc
|
| @@ -22,7 +22,7 @@ const std::string kSanityHistoryUrl = "http://www.sanity-history.google.com";
|
| class SingleClientTypedUrlsSyncTest : public SyncTest {
|
| public:
|
| SingleClientTypedUrlsSyncTest() : SyncTest(SINGLE_CLIENT) {}
|
| - virtual ~SingleClientTypedUrlsSyncTest() {}
|
| + ~SingleClientTypedUrlsSyncTest() override {}
|
|
|
| private:
|
| DISALLOW_COPY_AND_ASSIGN(SingleClientTypedUrlsSyncTest);
|
|
|