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

Unified Diff: device/vibration/vibration_manager_impl_android.h

Issue 902973002: Update {virtual,override,final} to follow C++11 style in device. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: device/vibration/vibration_manager_impl_android.h
diff --git a/device/vibration/vibration_manager_impl_android.h b/device/vibration/vibration_manager_impl_android.h
index 80d1c5bedb857599514d923caa71d09624015482..a58df374defacaadbf93b3691b093ac4d971c302 100644
--- a/device/vibration/vibration_manager_impl_android.h
+++ b/device/vibration/vibration_manager_impl_android.h
@@ -23,7 +23,7 @@ class VibrationManagerImplAndroid
private:
VibrationManagerImplAndroid();
- virtual ~VibrationManagerImplAndroid();
+ ~VibrationManagerImplAndroid() override;
base::android::ScopedJavaGlobalRef<jobject> j_vibration_provider_;
};
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698