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

Unified Diff: chrome/browser/ui/zoom/zoom_controller_unittest.cc

Issue 629463003: replace OVERRIDE and FINAL with override and final in chrome/browser/ui/[w-z]* (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
« no previous file with comments | « chrome/browser/ui/zoom/zoom_controller_browsertest.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/zoom/zoom_controller_unittest.cc
diff --git a/chrome/browser/ui/zoom/zoom_controller_unittest.cc b/chrome/browser/ui/zoom/zoom_controller_unittest.cc
index 06bdb167c53ef01ee7cb2cc070684c0ff251ab10..4fca4d7717d5390eded9fdb6b10dcf9c7e2bd692 100644
--- a/chrome/browser/ui/zoom/zoom_controller_unittest.cc
+++ b/chrome/browser/ui/zoom/zoom_controller_unittest.cc
@@ -36,7 +36,7 @@ class TestZoomObserver : public ZoomObserver {
class ZoomControllerTest : public ChromeRenderViewHostTestHarness {
public:
- virtual void SetUp() OVERRIDE {
+ virtual void SetUp() override {
ChromeRenderViewHostTestHarness::SetUp();
zoom_controller_.reset(new ZoomController(web_contents()));
zoom_controller_->AddObserver(&zoom_observer_);
@@ -47,7 +47,7 @@ class ZoomControllerTest : public ChromeRenderViewHostTestHarness {
base::string16(), MSG_ROUTING_NONE, MSG_ROUTING_NONE, -1, false);
}
- virtual void TearDown() OVERRIDE {
+ virtual void TearDown() override {
zoom_controller_->RemoveObserver(&zoom_observer_);
zoom_controller_.reset();
ChromeRenderViewHostTestHarness::TearDown();
« no previous file with comments | « chrome/browser/ui/zoom/zoom_controller_browsertest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698