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

Unified Diff: content/browser/android/popup_touch_handle_drawable.h

Issue 629183002: Replacing the OVERRIDE with override and FINAL with final in content/browser/android (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Resolving Error in android 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/android/popup_touch_handle_drawable.h
diff --git a/content/browser/android/popup_touch_handle_drawable.h b/content/browser/android/popup_touch_handle_drawable.h
index 9ce944d1a20a8885e0ee8bb2a405ba9509fddd3e..0e1a8ea4d1c43bd4e263ed7b25c181cd9690dec4 100644
--- a/content/browser/android/popup_touch_handle_drawable.h
+++ b/content/browser/android/popup_touch_handle_drawable.h
@@ -19,12 +19,12 @@ class PopupTouchHandleDrawable : public TouchHandleDrawable {
virtual ~PopupTouchHandleDrawable();
// TouchHandleDrawable implementation.
- virtual void SetEnabled(bool enabled) OVERRIDE;
- virtual void SetOrientation(TouchHandleOrientation orientation) OVERRIDE;
- virtual void SetAlpha(float alpha) OVERRIDE;
- virtual void SetFocus(const gfx::PointF& position) OVERRIDE;
- virtual void SetVisible(bool visible) OVERRIDE;
- virtual bool IntersectsWith(const gfx::RectF& rect) const OVERRIDE;
+ virtual void SetEnabled(bool enabled) override;
+ virtual void SetOrientation(TouchHandleOrientation orientation) override;
+ virtual void SetAlpha(float alpha) override;
+ virtual void SetFocus(const gfx::PointF& position) override;
+ virtual void SetVisible(bool visible) override;
+ virtual bool IntersectsWith(const gfx::RectF& rect) const override;
static bool RegisterPopupTouchHandleDrawable(JNIEnv* env);

Powered by Google App Engine
This is Rietveld 408576698