| Index: components/content_settings/core/browser/content_settings_details.h
|
| diff --git a/chrome/browser/content_settings/content_settings_details.h b/components/content_settings/core/browser/content_settings_details.h
|
| similarity index 91%
|
| rename from chrome/browser/content_settings/content_settings_details.h
|
| rename to components/content_settings/core/browser/content_settings_details.h
|
| index 9677560fa99f47e3d2e4650cdda62648f9c238ec..8878d0a151afdb713ba2f5e4b4624f8625fb258e 100644
|
| --- a/chrome/browser/content_settings/content_settings_details.h
|
| +++ b/components/content_settings/core/browser/content_settings_details.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_DETAILS_H_
|
| -#define CHROME_BROWSER_CONTENT_SETTINGS_CONTENT_SETTINGS_DETAILS_H_
|
| +#ifndef COMPONENTS_CONTENT_SETTINGS_CORE_BROWSER_CONTENT_SETTINGS_DETAILS_H_
|
| +#define COMPONENTS_CONTENT_SETTINGS_CORE_BROWSER_CONTENT_SETTINGS_DETAILS_H_
|
|
|
| #include <string>
|
|
|
| @@ -64,4 +64,4 @@ class ContentSettingsDetails {
|
| DISALLOW_COPY_AND_ASSIGN(ContentSettingsDetails);
|
| };
|
|
|
| -#endif // CHROME_BROWSER_CONTENT_SETTINGS_CONTENT_SETTINGS_DETAILS_H_
|
| +#endif // COMPONENTS_CONTENT_SETTINGS_CORE_BROWSER_CONTENT_SETTINGS_DETAILS_H_
|
|
|