Change namespace to ash for //c/b/ash/child_accounts/* files
Code in //chrome/browser/ash/child_accounts/* files is a part
of the ash-chrome, so namespace is changed to ash from chromeos.
To avoid churn during other namespace transitions in future, this CL has
temporary 'using' declarations.
This CL is part of the Chrome OS source code directory migration:
https://docs.google.com/document/d/1g-98HpzA8XcoGBWUv1gQNr4rbnD5yfvbtYZyPDDbkaE.
Change-Id: I54271c7675525683fb7caa026437104640dc9662
Bug: 1164001
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2843103
Commit-Queue: Yeunjoo Choi <[email protected]>
Reviewed-by: Hidehiko Abe <[email protected]>
Owners-Override: Hidehiko Abe <[email protected]>
Cr-Commit-Position: refs/heads/master@{#876113}
diff --git a/chrome/browser/prefs/browser_prefs.cc b/chrome/browser/prefs/browser_prefs.cc
index 52aba09..4213b8c 100644
--- a/chrome/browser/prefs/browser_prefs.cc
+++ b/chrome/browser/prefs/browser_prefs.cc
@@ -1097,9 +1097,9 @@
chromeos::ClientAppMetadataProviderService::RegisterProfilePrefs(registry);
chromeos::CupsPrintersManager::RegisterProfilePrefs(registry);
chromeos::device_sync::RegisterProfilePrefs(registry);
- chromeos::FamilyUserChromeActivityMetrics::RegisterProfilePrefs(registry);
- chromeos::FamilyUserMetricsService::RegisterProfilePrefs(registry);
- chromeos::FamilyUserSessionMetrics::RegisterProfilePrefs(registry);
+ ash::FamilyUserChromeActivityMetrics::RegisterProfilePrefs(registry);
+ ash::FamilyUserMetricsService::RegisterProfilePrefs(registry);
+ ash::FamilyUserSessionMetrics::RegisterProfilePrefs(registry);
chromeos::InlineLoginHandlerChromeOS::RegisterProfilePrefs(registry);
chromeos::first_run::RegisterProfilePrefs(registry);
chromeos::file_system_provider::RegisterProfilePrefs(registry);
@@ -1120,7 +1120,7 @@
chromeos::quick_answers::prefs::RegisterProfilePrefs(registry);
chromeos::quick_unlock::RegisterProfilePrefs(registry);
chromeos::RegisterSamlProfilePrefs(registry);
- chromeos::ScreenTimeController::RegisterProfilePrefs(registry);
+ ash::ScreenTimeController::RegisterProfilePrefs(registry);
SecondaryAccountConsentLogger::RegisterPrefs(registry);
ash::EduCoexistenceConsentInvalidationController::RegisterProfilePrefs(
registry);