diff options
Diffstat (limited to 'chrome/browser/sync/test/integration/sync_auth_test.cc')
-rw-r--r-- | chrome/browser/sync/test/integration/sync_auth_test.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/sync/test/integration/sync_auth_test.cc b/chrome/browser/sync/test/integration/sync_auth_test.cc index 0f958c2..0c625e9 100644 --- a/chrome/browser/sync/test/integration/sync_auth_test.cc +++ b/chrome/browser/sync/test/integration/sync_auth_test.cc @@ -73,7 +73,7 @@ std::string TestForAuthError::GetDebugMessage() const { class SyncAuthTest : public SyncTest { public: SyncAuthTest() : SyncTest(SINGLE_CLIENT), bookmark_index_(0) {} - virtual ~SyncAuthTest() {} + ~SyncAuthTest() override {} // Helper function that adds a bookmark and waits for either an auth error, or // for the bookmark to be committed. Returns true if it detects an auth |