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

Unified Diff: chrome/browser/chromeos/device_uma.h

Issue 623293003: replace OVERRIDE and FINAL with override and final in chrome/browser/chromeos/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: run git cl format on echo_dialog_view.h 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: chrome/browser/chromeos/device_uma.h
diff --git a/chrome/browser/chromeos/device_uma.h b/chrome/browser/chromeos/device_uma.h
index 7bff7586756d63b0e3334caa7489f4a4a4c1830d..1ce9d2f4936085fcfc6f1d6021eb979535ea3edf 100644
--- a/chrome/browser/chromeos/device_uma.h
+++ b/chrome/browser/chromeos/device_uma.h
@@ -28,8 +28,8 @@ class DeviceUMA : public ui::PlatformEventObserver {
virtual ~DeviceUMA();
// ui::PlatformEventObserver:
- virtual void WillProcessEvent(const ui::PlatformEvent& event) OVERRIDE;
- virtual void DidProcessEvent(const ui::PlatformEvent& event) OVERRIDE;
+ virtual void WillProcessEvent(const ui::PlatformEvent& event) override;
+ virtual void DidProcessEvent(const ui::PlatformEvent& event) override;
// Check CrOS touchpad events to see if the metrics gesture is present
void CheckTouchpadEvent(XEvent* event);

Powered by Google App Engine
This is Rietveld 408576698