// Copyright 2018 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "chrome/browser/policy/chrome_extension_policy_migrator.h" #include "base/logging.h" #include "base/ranges/algorithm.h" #include "components/strings/grit/components_strings.h" #include "extensions/common/hashed_extension_id.h" namespace policy { void ChromeExtensionPolicyMigrator::CopyPoliciesIfUnset( PolicyBundle* bundle, const std::string& hashed_extension_id, base::span<const Migration> migrations) { … } } // namespace policy