Index: components/content_settings/core/common/content_settings.h |
diff --git a/chrome/common/content_settings.h b/components/content_settings/core/common/content_settings.h |
similarity index 88% |
rename from chrome/common/content_settings.h |
rename to components/content_settings/core/common/content_settings.h |
index bcfbebc099563b51057692b38661cb87672dc511..f35e9e1b14a064475110dc79ce13307a03c8c512 100644 |
--- a/chrome/common/content_settings.h |
+++ b/components/content_settings/core/common/content_settings.h |
@@ -2,13 +2,13 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-#ifndef CHROME_COMMON_CONTENT_SETTINGS_H_ |
-#define CHROME_COMMON_CONTENT_SETTINGS_H_ |
+#ifndef COMPONENTS_CONTENT_SETTINGS_CORE_COMMON_CONTENT_SETTINGS_H_ |
+#define COMPONENTS_CONTENT_SETTINGS_CORE_COMMON_CONTENT_SETTINGS_H_ |
#include <string> |
#include <vector> |
-#include "chrome/common/content_settings_pattern.h" |
+#include "components/content_settings/core/common/content_settings_pattern.h" |
// Different settings that can be assigned for a particular content type. We |
// give the user the ability to set these on a global and per-origin basis. |
@@ -73,4 +73,4 @@ struct SettingInfo { |
} // namespace content_settings |
-#endif // CHROME_COMMON_CONTENT_SETTINGS_H_ |
+#endif // COMPONENTS_CONTENT_SETTINGS_CORE_COMMON_CONTENT_SETTINGS_H_ |