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

Unified Diff: content/browser/vibration/vibration_provider_android.h

Issue 637183002: Replace FINAL and OVERRIDE with their C++11 counterparts in content (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebased the patch 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: content/browser/vibration/vibration_provider_android.h
diff --git a/content/browser/vibration/vibration_provider_android.h b/content/browser/vibration/vibration_provider_android.h
index 4d39c748fcdeaaf589c5a9657412a60914bd2335..e0bd1c1d7cbe8a52dde43195200c418066c67d00 100644
--- a/content/browser/vibration/vibration_provider_android.h
+++ b/content/browser/vibration/vibration_provider_android.h
@@ -19,8 +19,8 @@ class VibrationProviderAndroid : public VibrationProvider {
private:
virtual ~VibrationProviderAndroid();
- virtual void Vibrate(int64 milliseconds) OVERRIDE;
- virtual void CancelVibration() OVERRIDE;
+ virtual void Vibrate(int64 milliseconds) override;
+ virtual void CancelVibration() override;
base::android::ScopedJavaGlobalRef<jobject> j_vibration_provider_;
};
« no previous file with comments | « content/browser/vibration/vibration_message_filter.h ('k') | content/browser/webui/content_web_ui_controller_factory.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698