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

Unified Diff: chrome/browser/ui/certificate_dialogs.cc

Issue 627043002: replace OVERRIDE and FINAL with override and final in chrome/browser/ui/[a-s]* (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/browser_window_state.cc ('k') | chrome/browser/ui/chrome_select_file_policy.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/certificate_dialogs.cc
diff --git a/chrome/browser/ui/certificate_dialogs.cc b/chrome/browser/ui/certificate_dialogs.cc
index 3e63c7ba5b2d9d9a8ddc42627e57d3443a4220fa..d4c9715a7bb4a3daf84c1c0a60174451ea5ac75d 100644
--- a/chrome/browser/ui/certificate_dialogs.cc
+++ b/chrome/browser/ui/certificate_dialogs.cc
@@ -73,8 +73,8 @@ class Exporter : public ui::SelectFileDialog::Listener {
// SelectFileDialog::Listener implemenation.
virtual void FileSelected(const base::FilePath& path,
- int index, void* params) OVERRIDE;
- virtual void FileSelectionCanceled(void* params) OVERRIDE;
+ int index, void* params) override;
+ virtual void FileSelectionCanceled(void* params) override;
private:
scoped_refptr<ui::SelectFileDialog> select_file_dialog_;
« no previous file with comments | « chrome/browser/ui/browser_window_state.cc ('k') | chrome/browser/ui/chrome_select_file_policy.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698