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

Unified Diff: chrome/browser/supervised_user/legacy/permission_request_creator_sync.cc

Issue 2354613002: [Sync] Fix namespaces for the browser_sync component. (Closed)
Patch Set: Address comments. 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
Index: chrome/browser/supervised_user/legacy/permission_request_creator_sync.cc
diff --git a/chrome/browser/supervised_user/legacy/permission_request_creator_sync.cc b/chrome/browser/supervised_user/legacy/permission_request_creator_sync.cc
index b7ed9e499bf7c9775447eec9abebf1a9913f85fc..43f1a56b1097b35b4c91e2e6cf24898d698a563c 100644
--- a/chrome/browser/supervised_user/legacy/permission_request_creator_sync.cc
+++ b/chrome/browser/supervised_user/legacy/permission_request_creator_sync.cc
@@ -32,15 +32,14 @@ const char kNotificationSetting[] = "custodian-notification-setting";
PermissionRequestCreatorSync::PermissionRequestCreatorSync(
SupervisedUserSettingsService* settings_service,
SupervisedUserSharedSettingsService* shared_settings_service,
- ProfileSyncService* sync_service,
+ browser_sync::ProfileSyncService* sync_service,
const std::string& name,
const std::string& supervised_user_id)
: settings_service_(settings_service),
shared_settings_service_(shared_settings_service),
sync_service_(sync_service),
name_(name),
- supervised_user_id_(supervised_user_id) {
-}
+ supervised_user_id_(supervised_user_id) {}
PermissionRequestCreatorSync::~PermissionRequestCreatorSync() {}

Powered by Google App Engine
This is Rietveld 408576698