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

Unified Diff: chrome/browser/ui/views/profiles/user_manager_view.h

Issue 628773002: replace OVERRIDE and FINAL with override and final in chrome/browser/ui/[t-v]* (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: chrome/browser/ui/views/profiles/user_manager_view.h
diff --git a/chrome/browser/ui/views/profiles/user_manager_view.h b/chrome/browser/ui/views/profiles/user_manager_view.h
index e82fc3bc43df8f93d5b2293d6384592bf9680c61..99b5771f9b4a2499284b3c789d0897d350cafffb 100644
--- a/chrome/browser/ui/views/profiles/user_manager_view.h
+++ b/chrome/browser/ui/views/profiles/user_manager_view.h
@@ -40,17 +40,17 @@ class UserManagerView : public views::DialogDelegateView {
const GURL& url);
// views::View:
- virtual bool AcceleratorPressed(const ui::Accelerator& accelerator) OVERRIDE;
- virtual gfx::Size GetPreferredSize() const OVERRIDE;
+ virtual bool AcceleratorPressed(const ui::Accelerator& accelerator) override;
+ virtual gfx::Size GetPreferredSize() const override;
// views::DialogDelegateView:
- virtual bool CanResize() const OVERRIDE;
- virtual bool CanMaximize() const OVERRIDE;
- virtual bool CanMinimize() const OVERRIDE;
- virtual base::string16 GetWindowTitle() const OVERRIDE;
- virtual int GetDialogButtons() const OVERRIDE;
- virtual void WindowClosing() OVERRIDE;
- virtual bool UseNewStyleForThisDialog() const OVERRIDE;
+ virtual bool CanResize() const override;
+ virtual bool CanMaximize() const override;
+ virtual bool CanMinimize() const override;
+ virtual base::string16 GetWindowTitle() const override;
+ virtual int GetDialogButtons() const override;
+ virtual void WindowClosing() override;
+ virtual bool UseNewStyleForThisDialog() const override;
views::WebView* web_view_;

Powered by Google App Engine
This is Rietveld 408576698