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

Unified Diff: ui/events/event.h

Issue 623293004: replace OVERRIDE and FINAL with override and final in ui/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase on master 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
« no previous file with comments | « ui/events/device_data_manager.h ('k') | ui/events/event_dispatcher_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/events/event.h
diff --git a/ui/events/event.h b/ui/events/event.h
index 8f2c79a85d6ebde537ad7aa3112acf6a83d2a94c..e970826ce38b3f6f683932f5b19a23baa5e16b4b 100644
--- a/ui/events/event.h
+++ b/ui/events/event.h
@@ -470,7 +470,7 @@ class EVENTS_EXPORT MouseWheelEvent : public MouseEvent {
// Overridden from LocatedEvent.
virtual void UpdateForRootTransform(
- const gfx::Transform& inverted_root_transform) OVERRIDE;
+ const gfx::Transform& inverted_root_transform) override;
private:
gfx::Vector2d offset_;
@@ -522,7 +522,7 @@ class EVENTS_EXPORT TouchEvent : public LocatedEvent {
// Overridden from LocatedEvent.
virtual void UpdateForRootTransform(
- const gfx::Transform& inverted_root_transform) OVERRIDE;
+ const gfx::Transform& inverted_root_transform) override;
protected:
void set_radius(float radius_x, float radius_y) {
« no previous file with comments | « ui/events/device_data_manager.h ('k') | ui/events/event_dispatcher_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698