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

Unified Diff: content/browser/screen_orientation/screen_orientation_delegate_android.h

Issue 884103004: Update {virtual,override,final} to follow C++11 style. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 11 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: content/browser/screen_orientation/screen_orientation_delegate_android.h
diff --git a/content/browser/screen_orientation/screen_orientation_delegate_android.h b/content/browser/screen_orientation/screen_orientation_delegate_android.h
index efcdafe88783f7ea0099a6892c4b9be129003023..063a5692ccc3d3c7b37a55973029adeab02ce3bb 100644
--- a/content/browser/screen_orientation/screen_orientation_delegate_android.h
+++ b/content/browser/screen_orientation/screen_orientation_delegate_android.h
@@ -20,7 +20,7 @@ class WebContents;
class ScreenOrientationDelegateAndroid : public ScreenOrientationDelegate {
public:
ScreenOrientationDelegateAndroid();
- virtual ~ScreenOrientationDelegateAndroid();
+ ~ScreenOrientationDelegateAndroid() override;
static bool Register(JNIEnv* env);

Powered by Google App Engine
This is Rietveld 408576698