| Index: components/policy/core/browser/url_blacklist_manager.h
|
| diff --git a/components/policy/core/common/url_blacklist_manager.h b/components/policy/core/browser/url_blacklist_manager.h
|
| similarity index 97%
|
| rename from components/policy/core/common/url_blacklist_manager.h
|
| rename to components/policy/core/browser/url_blacklist_manager.h
|
| index dea27d26f02a0302f2ffbf5ea8630978d573f0c1..cdb11d5a6c59256f3ee719df0b7ccd3498442754 100644
|
| --- a/components/policy/core/common/url_blacklist_manager.h
|
| +++ b/components/policy/core/browser/url_blacklist_manager.h
|
| @@ -2,8 +2,8 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef COMPONENTS_POLICY_CORE_COMMON_URL_BLACKLIST_MANAGER_H_
|
| -#define COMPONENTS_POLICY_CORE_COMMON_URL_BLACKLIST_MANAGER_H_
|
| +#ifndef COMPONENTS_POLICY_CORE_BROWSER_URL_BLACKLIST_MANAGER_H_
|
| +#define COMPONENTS_POLICY_CORE_BROWSER_URL_BLACKLIST_MANAGER_H_
|
|
|
| #include <map>
|
| #include <string>
|
| @@ -224,4 +224,4 @@ class POLICY_EXPORT URLBlacklistManager {
|
|
|
| } // namespace policy
|
|
|
| -#endif // COMPONENTS_POLICY_CORE_COMMON_URL_BLACKLIST_MANAGER_H_
|
| +#endif // COMPONENTS_POLICY_CORE_BROWSER_URL_BLACKLIST_MANAGER_H_
|
|
|