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

Unified Diff: content/browser/gamepad/xbox_data_fetcher_mac.h

Issue 633843002: Replacing the OVERRIDE with override and FINAL with final in content/browser/[dom_storage|gamepad|… (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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/gamepad/xbox_data_fetcher_mac.h
diff --git a/content/browser/gamepad/xbox_data_fetcher_mac.h b/content/browser/gamepad/xbox_data_fetcher_mac.h
index 99a68f209bd1b6b934b9e4a0aff1362875ebeead..b8df65494c891dce42654edd10d4ed2d346639c0 100644
--- a/content/browser/gamepad/xbox_data_fetcher_mac.h
+++ b/content/browser/gamepad/xbox_data_fetcher_mac.h
@@ -164,8 +164,8 @@ class XboxDataFetcher : public XboxController::Delegate {
void RemoveController(XboxController* controller);
void RemoveControllerByLocationID(uint32 id);
virtual void XboxControllerGotData(XboxController* controller,
- const XboxController::Data& data) OVERRIDE;
- virtual void XboxControllerError(XboxController* controller) OVERRIDE;
+ const XboxController::Data& data) override;
+ virtual void XboxControllerError(XboxController* controller) override;
Delegate* delegate_;
« no previous file with comments | « content/browser/gamepad/raw_input_data_fetcher_win.h ('k') | content/browser/gpu/browser_gpu_channel_host_factory.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698