Change namespace to ash for //chrome/browser/ash/printing
Some files are moved to //chrome/browser/ash/printing from chromeos. So,
this CL changes their namespace to ash.
This CL is part of the Chrome OS source code directory migration:
https://docs.google.com/document/d/1g-98HpzA8XcoGBWUv1gQNr4rbnD5yfvbtYZyPDDbkaE.
Bug: 1164001
Change-Id: Ie9dea51b5e165c1d9b6a150dcb8c5ac21af8b703
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3439794
Reviewed-by: Hidehiko Abe <[email protected]>
Owners-Override: Hidehiko Abe <[email protected]>
Commit-Queue: Yeunjoo Choi <[email protected]>
Cr-Commit-Position: refs/heads/main@{#969796}
diff --git a/chrome/browser/prefs/browser_prefs.cc b/chrome/browser/prefs/browser_prefs.cc
index fd2e477..2666a77 100644
--- a/chrome/browser/prefs/browser_prefs.cc
+++ b/chrome/browser/prefs/browser_prefs.cc
@@ -1039,7 +1039,7 @@
chromeos::CellularESimProfileHandlerImpl::RegisterLocalStatePrefs(registry);
ash::ChromeUserManagerImpl::RegisterPrefs(registry);
crosapi::browser_util::RegisterLocalStatePrefs(registry);
- chromeos::CupsPrintersManager::RegisterLocalStatePrefs(registry);
+ ash::CupsPrintersManager::RegisterLocalStatePrefs(registry);
ash::BrowserDataMigratorImpl::RegisterLocalStatePrefs(registry);
chromeos::bluetooth_config::BluetoothPowerControllerImpl::
RegisterLocalStatePrefs(registry);
@@ -1376,7 +1376,7 @@
chromeos::bluetooth_config::BluetoothPowerControllerImpl::
RegisterProfilePrefs(registry);
ash::ClientAppMetadataProviderService::RegisterProfilePrefs(registry);
- chromeos::CupsPrintersManager::RegisterProfilePrefs(registry);
+ ash::CupsPrintersManager::RegisterProfilePrefs(registry);
chromeos::device_sync::RegisterProfilePrefs(registry);
ash::FamilyUserChromeActivityMetrics::RegisterProfilePrefs(registry);
ash::FamilyUserMetricsService::RegisterProfilePrefs(registry);