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

Unified Diff: extensions/browser/api/cast_channel/logger_unittest.cc

Issue 685503002: Standardize usage of virtual/override/final specifiers. (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: extensions/browser/api/cast_channel/logger_unittest.cc
diff --git a/extensions/browser/api/cast_channel/logger_unittest.cc b/extensions/browser/api/cast_channel/logger_unittest.cc
index 260c72ea6926814209186325184f234f1bf65024..35bb819e42c179deb617eb5669553a78423afc39 100644
--- a/extensions/browser/api/cast_channel/logger_unittest.cc
+++ b/extensions/browser/api/cast_channel/logger_unittest.cc
@@ -30,7 +30,7 @@ class CastChannelLoggerTest : public testing::Test {
: clock_(new base::SimpleTestTickClock),
logger_(new Logger(scoped_ptr<base::TickClock>(clock_),
base::TimeTicks())) {}
- virtual ~CastChannelLoggerTest() {}
+ ~CastChannelLoggerTest() override {}
bool Uncompress(const char* input, int length, std::string* output) {
z_stream stream = {0};
« no previous file with comments | « extensions/browser/api/cast_channel/cast_transport_unittest.cc ('k') | extensions/browser/api/device_permissions_manager.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698