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

Unified Diff: chrome/browser/ui/views/signed_certificate_timestamp_info_view.h

Issue 680133002: Standardize usage of virtual/override/final specifiers. (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 25e5c7cfa787d23826d13c12c1c6baa8a8397e7d..9ba3392c83b3265fe7c60d4c15d1ae660d938523 100644
--- a/chrome/browser/ui/views/signed_certificate_timestamp_info_view.h
+++ b/chrome/browser/ui/views/signed_certificate_timestamp_info_view.h
@@ -36,7 +36,7 @@ int SCTOriginToResourceID(const net::ct::SignedCertificateTimestamp& sct);
class SignedCertificateTimestampInfoView : public views::View {
public:
SignedCertificateTimestampInfoView();
- virtual ~SignedCertificateTimestampInfoView();
+ ~SignedCertificateTimestampInfoView() override;
// Updates the display to show information for the given SCT.
void SetSignedCertificateTimestamp(
@@ -48,8 +48,8 @@ class SignedCertificateTimestampInfoView : public views::View {
private:
// views::View implementation
- virtual void ViewHierarchyChanged(const ViewHierarchyChangedDetails& details)
- override;
+ void ViewHierarchyChanged(
+ const ViewHierarchyChangedDetails& details) 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