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

Unified Diff: components/sync/device_info/device_info_sync_bridge.h

Issue 2856933005: [Sync] Create UserEventSyncBridge. (Closed)
Patch Set: Trying std::move to fix implicit up cast of unique_ptr. Created 3 years, 8 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/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.

Powered by Google App Engine
This is Rietveld 408576698