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

Unified Diff: chrome/browser/ui/views/frame/test_with_browser_view.h

Issue 686463004: Standardize usage of virtual/override/final specifiers. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase 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: chrome/browser/ui/views/frame/test_with_browser_view.h
diff --git a/chrome/browser/ui/views/frame/test_with_browser_view.h b/chrome/browser/ui/views/frame/test_with_browser_view.h
index 30e7bcc0b850935c2f67c4978208b45d0153c499..a77cb5b37ee839e898f184886a1f3ee3be943c53 100644
--- a/chrome/browser/ui/views/frame/test_with_browser_view.h
+++ b/chrome/browser/ui/views/frame/test_with_browser_view.h
@@ -28,13 +28,13 @@ class TestWithBrowserView : public BrowserWithTestWindowTest {
TestWithBrowserView(Browser::Type browser_type,
chrome::HostDesktopType host_desktop_type,
bool hosted_app);
- virtual ~TestWithBrowserView();
+ ~TestWithBrowserView() override;
// BrowserWithTestWindowTest overrides:
- virtual void SetUp() override;
- virtual void TearDown() override;
- virtual TestingProfile* CreateProfile() override;
- virtual BrowserWindow* CreateBrowserWindow() override;
+ void SetUp() override;
+ void TearDown() override;
+ TestingProfile* CreateProfile() override;
+ BrowserWindow* CreateBrowserWindow() override;
BrowserView* browser_view() { return browser_view_; }
« no previous file with comments | « chrome/browser/ui/views/frame/system_menu_model_delegate.h ('k') | chrome/browser/ui/views/frame/top_container_view.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698