commit | cf61fba3b6758e3e36d55811533e6abb490b3050 | [log] [tgz] |
---|---|---|
author | Yeunjoo Choi <[email protected]> | Fri Apr 23 02:43:09 2021 |
committer | Chromium LUCI CQ <[email protected]> | Fri Apr 23 02:43:09 2021 |
tree | 6e82522428ae102fd9d12dfd616506b24a878335 | |
parent | 625e5519cf63b8560354d625b21e1c1696f38fc4 [diff] [blame] |
Change namespace chromeos => ash for //c/b/ash/customization Code in //chrome/browser/ash/customization 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. Bug: 1164001 Change-Id: I3cce382762ab730dba3e720c2b51e6c0010616e7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2838789 Commit-Queue: Yeunjoo Choi <[email protected]> Reviewed-by: Hidehiko Abe <[email protected]> Owners-Override: Hidehiko Abe <[email protected]> Cr-Commit-Position: refs/heads/master@{#875490}
diff --git a/chrome/browser/extensions/external_provider_impl.cc b/chrome/browser/extensions/external_provider_impl.cc index 81eeed5..5b932100 100644 --- a/chrome/browser/extensions/external_provider_impl.cc +++ b/chrome/browser/extensions/external_provider_impl.cc
@@ -769,8 +769,8 @@ // OEM pre-installed apps. int oem_extension_creation_flags = bundled_extension_creation_flags | Extension::WAS_INSTALLED_BY_OEM; - chromeos::ServicesCustomizationDocument* customization = - chromeos::ServicesCustomizationDocument::GetInstance(); + ash::ServicesCustomizationDocument* customization = + ash::ServicesCustomizationDocument::GetInstance(); provider_list->push_back(std::make_unique<ExternalProviderImpl>( service, customization->CreateExternalLoader(profile), profile, ManifestLocation::kExternalPref,