| Index: components/content_settings/core/browser/content_settings_policy_provider.h
|
| diff --git a/chrome/browser/content_settings/content_settings_policy_provider.h b/components/content_settings/core/browser/content_settings_policy_provider.h
|
| similarity index 90%
|
| rename from chrome/browser/content_settings/content_settings_policy_provider.h
|
| rename to components/content_settings/core/browser/content_settings_policy_provider.h
|
| index e59c91b0d9ad438cacff710311930eefe845f80d..b0a80a1a112b0254db325541acbb4e57b011e201 100644
|
| --- a/chrome/browser/content_settings/content_settings_policy_provider.h
|
| +++ b/components/content_settings/core/browser/content_settings_policy_provider.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 CHROME_BROWSER_CONTENT_SETTINGS_CONTENT_SETTINGS_POLICY_PROVIDER_H_
|
| -#define CHROME_BROWSER_CONTENT_SETTINGS_CONTENT_SETTINGS_POLICY_PROVIDER_H_
|
| +#ifndef COMPONENTS_CONTENT_SETTINGS_CORE_BROWSER_CONTENT_SETTINGS_POLICY_PROVIDER_H_
|
| +#define COMPONENTS_CONTENT_SETTINGS_CORE_BROWSER_CONTENT_SETTINGS_POLICY_PROVIDER_H_
|
|
|
| // A content settings provider that takes its settings out of policies.
|
|
|
| @@ -79,4 +79,4 @@ class PolicyProvider : public ObservableProvider {
|
|
|
| } // namespace content_settings
|
|
|
| -#endif // CHROME_BROWSER_CONTENT_SETTINGS_CONTENT_SETTINGS_POLICY_PROVIDER_H_
|
| +#endif // COMPONENTS_CONTENT_SETTINGS_CORE_BROWSER_CONTENT_SETTINGS_POLICY_PROVIDER_H_
|
|
|