| Index: components/content_settings/core/browser/content_settings_rule.h
|
| diff --git a/chrome/browser/content_settings/content_settings_rule.h b/components/content_settings/core/browser/content_settings_rule.h
|
| similarity index 88%
|
| rename from chrome/browser/content_settings/content_settings_rule.h
|
| rename to components/content_settings/core/browser/content_settings_rule.h
|
| index 934612d62d5c6883429083cd682af1ad09217723..b8f37cbd34e4cf2631fd37f9f880016c1777bbb9 100644
|
| --- a/chrome/browser/content_settings/content_settings_rule.h
|
| +++ b/components/content_settings/core/browser/content_settings_rule.h
|
| @@ -4,8 +4,8 @@
|
|
|
| // Interface for objects providing content setting rules.
|
|
|
| -#ifndef CHROME_BROWSER_CONTENT_SETTINGS_CONTENT_SETTINGS_RULE_H_
|
| -#define CHROME_BROWSER_CONTENT_SETTINGS_CONTENT_SETTINGS_RULE_H_
|
| +#ifndef COMPONENTS_CONTENT_SETTINGS_CORE_BROWSER_CONTENT_SETTINGS_RULE_H_
|
| +#define COMPONENTS_CONTENT_SETTINGS_CORE_BROWSER_CONTENT_SETTINGS_RULE_H_
|
|
|
| #include "base/compiler_specific.h"
|
| #include "base/memory/linked_ptr.h"
|
| @@ -60,4 +60,4 @@ class ConcatenationIterator : public RuleIterator {
|
|
|
| } // namespace content_settings
|
|
|
| -#endif // CHROME_BROWSER_CONTENT_SETTINGS_CONTENT_SETTINGS_RULE_H_
|
| +#endif // COMPONENTS_CONTENT_SETTINGS_CORE_BROWSER_CONTENT_SETTINGS_RULE_H_
|
|
|