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

Unified Diff: components/browser_sync/browser/profile_sync_components_factory_impl.cc

Issue 2343463003: [Sync] Fix namespaces for the sync_sessions component. (Closed)
Patch Set: Fix gn. Created 4 years, 3 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
« no previous file with comments | « chrome/test/BUILD.gn ('k') | components/browser_sync/browser/profile_sync_service.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/browser_sync/browser/profile_sync_components_factory_impl.cc
diff --git a/components/browser_sync/browser/profile_sync_components_factory_impl.cc b/components/browser_sync/browser/profile_sync_components_factory_impl.cc
index 7cd269cc4f11ffb91889a7fd4d129ec7e484d603..df301a25c059fef6e9ee31c8183524cfadde16d6 100644
--- a/components/browser_sync/browser/profile_sync_components_factory_impl.cc
+++ b/components/browser_sync/browser/profile_sync_components_factory_impl.cc
@@ -54,7 +54,6 @@ using browser_sync::AutofillProfileDataTypeController;
using browser_sync::ChromeReportUnrecoverableError;
using browser_sync::HistoryDeleteDirectivesDataTypeController;
using browser_sync::PasswordDataTypeController;
-using browser_sync::SessionDataTypeController;
using browser_sync::SyncBackendHost;
using browser_sync::TypedUrlDataTypeController;
using sync_bookmarks::BookmarkChangeProcessor;
@@ -68,6 +67,7 @@ using sync_driver::DeviceInfoDataTypeController;
using sync_driver::ProxyDataTypeController;
using sync_driver::UIDataTypeController;
using sync_driver_v2::UIModelTypeController;
+using sync_sessions::SessionDataTypeController;
namespace {
« no previous file with comments | « chrome/test/BUILD.gn ('k') | components/browser_sync/browser/profile_sync_service.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698