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

Unified Diff: components/sync_driver/device_info_data_type_controller.h

Issue 666133002: Standardize usage of virtual/override/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 da3d480f0ad51e0e9c2c401357d08369f7d29906..fa6b8f110b3b293026ea62f130fb8b235d018cc4 100644
--- a/components/sync_driver/device_info_data_type_controller.h
+++ b/components/sync_driver/device_info_data_type_controller.h
@@ -21,10 +21,10 @@ class DeviceInfoDataTypeController : public UIDataTypeController {
LocalDeviceInfoProvider* local_device_info_provider);
private:
- virtual ~DeviceInfoDataTypeController();
+ ~DeviceInfoDataTypeController() override;
// UIDataTypeController implementations.
- virtual bool StartModels() override;
+ bool StartModels() override;
// Called by LocalDeviceInfoProvider when the local device into becomes
// available.

Powered by Google App Engine
This is Rietveld 408576698