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

Unified Diff: chrome/browser/ui/android/infobars/data_reduction_proxy_infobar.h

Issue 900733003: Update {virtual,override,final} to follow C++11 style. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 5 years, 10 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/android/infobars/data_reduction_proxy_infobar.h
diff --git a/chrome/browser/ui/android/infobars/data_reduction_proxy_infobar.h b/chrome/browser/ui/android/infobars/data_reduction_proxy_infobar.h
index 4658a03757d509baca45db5edb73d3acd10362c1..2a22524667bcbf3d2f2ccce5f4c952319eb946d7 100644
--- a/chrome/browser/ui/android/infobars/data_reduction_proxy_infobar.h
+++ b/chrome/browser/ui/android/infobars/data_reduction_proxy_infobar.h
@@ -22,11 +22,11 @@ class DataReductionProxyInfoBar : public ConfirmInfoBar {
explicit DataReductionProxyInfoBar(
scoped_ptr<DataReductionProxyInfoBarDelegate> delegate);
- virtual ~DataReductionProxyInfoBar();
+ ~DataReductionProxyInfoBar() override;
private:
// ConfirmInfoBar:
- virtual base::android::ScopedJavaLocalRef<jobject> CreateRenderInfoBar(
+ base::android::ScopedJavaLocalRef<jobject> CreateRenderInfoBar(
JNIEnv* env) override;
DataReductionProxyInfoBarDelegate* GetDelegate();

Powered by Google App Engine
This is Rietveld 408576698