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

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

Issue 622343002: replace OVERRIDE and FINAL with override and final in extensions/ (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/cast_framer_unittest.cc
diff --git a/extensions/browser/api/cast_channel/cast_framer_unittest.cc b/extensions/browser/api/cast_channel/cast_framer_unittest.cc
index 0787baea7bfd4126d9398dd4f9317f18418837f1..53ed74760e45e52cbe9c25eb46f042b37314153a 100644
--- a/extensions/browser/api/cast_channel/cast_framer_unittest.cc
+++ b/extensions/browser/api/cast_channel/cast_framer_unittest.cc
@@ -17,7 +17,7 @@ class CastFramerTest : public testing::Test {
CastFramerTest() {}
virtual ~CastFramerTest() {}
- virtual void SetUp() OVERRIDE {
+ virtual void SetUp() override {
cast_message_.set_protocol_version(CastMessage::CASTV2_1_0);
cast_message_.set_source_id("source");
cast_message_.set_destination_id("destination");

Powered by Google App Engine
This is Rietveld 408576698