Move remaining files in c/b/ash/child_accounts/ to ns ash
Some files in chrome/browser/ash/child_accounts/ weren't using namespace
ash. This CL fixes that to remain consistent with the rest of the files
in that directory.
Bug: 1164001
Change-Id: I11a0975836691509499ec934def9427c1913adc5
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3041338
Reviewed-by: Lei Zhang <[email protected]>
Commit-Queue: Henrique Ferreiro <[email protected]>
Cr-Commit-Position: refs/heads/master@{#903521}
diff --git a/chrome/browser/prefs/browser_prefs.cc b/chrome/browser/prefs/browser_prefs.cc
index 0ea8b6ca..10bcdf6 100644
--- a/chrome/browser/prefs/browser_prefs.cc
+++ b/chrome/browser/prefs/browser_prefs.cc
@@ -1278,7 +1278,7 @@
ash::quick_unlock::RegisterProfilePrefs(registry);
ash::RegisterSamlProfilePrefs(registry);
ash::ScreenTimeController::RegisterProfilePrefs(registry);
- SecondaryAccountConsentLogger::RegisterPrefs(registry);
+ ash::SecondaryAccountConsentLogger::RegisterPrefs(registry);
ash::EduCoexistenceConsentInvalidationController::RegisterProfilePrefs(
registry);
ash::SigninErrorNotifier::RegisterPrefs(registry);