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

Unified Diff: chrome/browser/ui/views/signed_certificate_timestamp_info_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/signed_certificate_timestamp_info_view.h
diff --git a/chrome/browser/ui/views/signed_certificate_timestamp_info_view.h b/chrome/browser/ui/views/signed_certificate_timestamp_info_view.h
index 25860e2dfdc2a39f8b6d6a78df0d54c0ba0c260a..25e5c7cfa787d23826d13c12c1c6baa8a8397e7d 100644
--- a/chrome/browser/ui/views/signed_certificate_timestamp_info_view.h
+++ b/chrome/browser/ui/views/signed_certificate_timestamp_info_view.h
@@ -49,7 +49,7 @@ class SignedCertificateTimestampInfoView : public views::View {
private:
// views::View implementation
virtual void ViewHierarchyChanged(const ViewHierarchyChangedDetails& details)
- OVERRIDE;
+ override;
// Layout helper routines.
void AddLabelRow(int layout_id,
« no previous file with comments | « chrome/browser/ui/views/session_crashed_bubble_view.cc ('k') | chrome/browser/ui/views/signed_certificate_timestamps_views.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698