Index: chrome/browser/sync/test/integration/single_client_bookmarks_sync_test.cc |
diff --git a/chrome/browser/sync/test/integration/single_client_bookmarks_sync_test.cc b/chrome/browser/sync/test/integration/single_client_bookmarks_sync_test.cc |
index 15d661cda78dd5876c5b7b125d45843bba4e77ad..d5879305ebccf529dcfce58caec7f92bd5b22db7 100644 |
--- a/chrome/browser/sync/test/integration/single_client_bookmarks_sync_test.cc |
+++ b/chrome/browser/sync/test/integration/single_client_bookmarks_sync_test.cc |
@@ -32,7 +32,7 @@ using sync_integration_test_util::AwaitCommitActivityCompletion; |
class SingleClientBookmarksSyncTest : public SyncTest { |
public: |
SingleClientBookmarksSyncTest() : SyncTest(SINGLE_CLIENT) {} |
- virtual ~SingleClientBookmarksSyncTest() {} |
+ ~SingleClientBookmarksSyncTest() override {} |
// Verify that the local bookmark model (for the Profile corresponding to |
// |index|) matches the data on the FakeServer. It is assumed that FakeServer |