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

Unified Diff: components/proximity_auth/connection_unittest.cc

Issue 666133002: Standardize usage of virtual/override/final in components/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 2 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
Index: components/proximity_auth/connection_unittest.cc
diff --git a/components/proximity_auth/connection_unittest.cc b/components/proximity_auth/connection_unittest.cc
index e3c335f8124024f67189f0699f98f4221058862a..8fb15933760c5c6a85143097eb38c5caaba50177 100644
--- a/components/proximity_auth/connection_unittest.cc
+++ b/components/proximity_auth/connection_unittest.cc
@@ -77,7 +77,7 @@ class MockConnectionObserver : public ConnectionObserver {
class TestWireMessage : public WireMessage {
public:
TestWireMessage() : WireMessage(std::string(), std::string()) {}
- virtual ~TestWireMessage() {}
+ ~TestWireMessage() override {}
private:
DISALLOW_COPY_AND_ASSIGN(TestWireMessage);
« no previous file with comments | « components/proximity_auth/client_unittest.cc ('k') | components/proximity_auth/cryptauth/cryptauth_api_call_flow.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698