Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(69)

Unified Diff: content/shell/test_runner/mock_credential_manager_client.h

Issue 2858683005: Add a virtual destructor to WebCredentialManagerClient. (Closed)
Patch Set: Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | third_party/WebKit/public/platform/WebCredentialManagerClient.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/shell/test_runner/mock_credential_manager_client.h
diff --git a/content/shell/test_runner/mock_credential_manager_client.h b/content/shell/test_runner/mock_credential_manager_client.h
index a41626bdd56853e051e366d41c9df4d5020eacaa..28f2adf4e9560bc45f38bf2e8c0ab3656cf28f07 100644
--- a/content/shell/test_runner/mock_credential_manager_client.h
+++ b/content/shell/test_runner/mock_credential_manager_client.h
@@ -22,7 +22,7 @@ namespace test_runner {
class MockCredentialManagerClient : public blink::WebCredentialManagerClient {
public:
MockCredentialManagerClient();
- virtual ~MockCredentialManagerClient();
+ ~MockCredentialManagerClient() override;
// We take ownership of the |credential|.
void SetResponse(blink::WebCredential* credential);
« no previous file with comments | « no previous file | third_party/WebKit/public/platform/WebCredentialManagerClient.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698