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

Unified Diff: components/browser_sync/browser/profile_sync_service.h

Issue 2250033002: [Sync] Create //components/sync/device_info. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix lint on device info files. Created 4 years, 4 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/browser_sync/browser/profile_sync_service.h
diff --git a/components/browser_sync/browser/profile_sync_service.h b/components/browser_sync/browser/profile_sync_service.h
index 4d68f711dad3e37d613c431993aec526a2c71db2..e03aceb841d9ea304625a014dec7deee43f50f0e 100644
--- a/components/browser_sync/browser/profile_sync_service.h
+++ b/components/browser_sync/browser/profile_sync_service.h
@@ -34,12 +34,12 @@
#include "components/sync/core/shutdown_reason.h"
#include "components/sync/core/sync_manager_factory.h"
#include "components/sync/core/user_share.h"
+#include "components/sync/device_info/local_device_info_provider.h"
#include "components/sync/driver/data_type_controller.h"
#include "components/sync/driver/data_type_manager.h"
#include "components/sync/driver/data_type_manager_observer.h"
#include "components/sync/driver/data_type_status_table.h"
#include "components/sync/driver/glue/sync_backend_host.h"
-#include "components/sync/driver/local_device_info_provider.h"
#include "components/sync/driver/protocol_event_observer.h"
#include "components/sync/driver/startup_controller.h"
#include "components/sync/driver/sync_client.h"

Powered by Google App Engine
This is Rietveld 408576698