| Index: components/content_settings/core/browser/content_settings_origin_identifier_value_map.h
|
| diff --git a/chrome/browser/content_settings/content_settings_origin_identifier_value_map.h b/components/content_settings/core/browser/content_settings_origin_identifier_value_map.h
|
| similarity index 93%
|
| rename from chrome/browser/content_settings/content_settings_origin_identifier_value_map.h
|
| rename to components/content_settings/core/browser/content_settings_origin_identifier_value_map.h
|
| index 669c29e82ce55390129b25db6a6d910777b906ef..3489395580fce388fa072afc3434d3a57c9e43be 100644
|
| --- a/chrome/browser/content_settings/content_settings_origin_identifier_value_map.h
|
| +++ b/components/content_settings/core/browser/content_settings_origin_identifier_value_map.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_ORIGIN_IDENTIFIER_VALUE_MAP_H_
|
| -#define CHROME_BROWSER_CONTENT_SETTINGS_CONTENT_SETTINGS_ORIGIN_IDENTIFIER_VALUE_MAP_H_
|
| +#ifndef COMPONENTS_CONTENT_SETTINGS_CORE_BROWSER_CONTENT_SETTINGS_ORIGIN_IDENTIFIER_VALUE_MAP_H_
|
| +#define COMPONENTS_CONTENT_SETTINGS_CORE_BROWSER_CONTENT_SETTINGS_ORIGIN_IDENTIFIER_VALUE_MAP_H_
|
|
|
| #include <map>
|
| #include <string>
|
| @@ -124,4 +124,4 @@ class OriginIdentifierValueMap {
|
|
|
| } // namespace content_settings
|
|
|
| -#endif // CHROME_BROWSER_CONTENT_SETTINGS_CONTENT_SETTINGS_ORIGIN_IDENTIFIER_VALUE_MAP_H_
|
| +#endif // COMPONENTS_CONTENT_SETTINGS_CORE_BROWSER_CONTENT_SETTINGS_ORIGIN_IDENTIFIER_VALUE_MAP_H_
|
|
|