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

Unified Diff: components/sync_driver/device_info_data_type_controller.h

Issue 623133002: replace OVERRIDE and FINAL with override and final in components/ (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: components/sync_driver/device_info_data_type_controller.h
diff --git a/components/sync_driver/device_info_data_type_controller.h b/components/sync_driver/device_info_data_type_controller.h
index aa1b067039e67696af3abb858b5aad84115d9b92..da3d480f0ad51e0e9c2c401357d08369f7d29906 100644
--- a/components/sync_driver/device_info_data_type_controller.h
+++ b/components/sync_driver/device_info_data_type_controller.h
@@ -24,7 +24,7 @@ class DeviceInfoDataTypeController : public UIDataTypeController {
virtual ~DeviceInfoDataTypeController();
// UIDataTypeController implementations.
- virtual bool StartModels() OVERRIDE;
+ virtual bool StartModels() override;
// Called by LocalDeviceInfoProvider when the local device into becomes
// available.

Powered by Google App Engine
This is Rietveld 408576698