Index: components/sync/device_info/device_info_sync_bridge.h |
diff --git a/components/sync/device_info/device_info_sync_bridge.h b/components/sync/device_info/device_info_sync_bridge.h |
index 1ddbb2b7b4f7f9af384fc10ec33458c3b178cecb..ca5641e864c7d872eaf2ddeca0ffd663fa4cbd4a 100644 |
--- a/components/sync/device_info/device_info_sync_bridge.h |
+++ b/components/sync/device_info/device_info_sync_bridge.h |
@@ -128,7 +128,7 @@ class DeviceInfoSyncBridge : public ModelTypeSyncBridge, |
// initialized during our constructor then the subscription is never used. |
std::unique_ptr<LocalDeviceInfoProvider::Subscription> subscription_; |
- // In charge of actually persiting changes to disk, or loading previous data. |
+ // In charge of actually persisting changes to disk, or loading previous data. |
std::unique_ptr<ModelTypeStore> store_; |
// If |local_device_info_provider_| has initialized. |