Index: components/content_settings/core/browser/content_settings_utils.h |
diff --git a/chrome/browser/content_settings/content_settings_utils.h b/components/content_settings/core/browser/content_settings_utils.h |
similarity index 93% |
rename from chrome/browser/content_settings/content_settings_utils.h |
rename to components/content_settings/core/browser/content_settings_utils.h |
index 3f62cf68cf88586f8aecb211b530f3790f6206ae..5aee0756ef1ddfbf65e77d5c7e35374f115e1148 100644 |
--- a/chrome/browser/content_settings/content_settings_utils.h |
+++ b/components/content_settings/core/browser/content_settings_utils.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_UTILS_H_ |
-#define CHROME_BROWSER_CONTENT_SETTINGS_CONTENT_SETTINGS_UTILS_H_ |
+#ifndef COMPONENTS_CONTENT_SETTINGS_CORE_BROWSER_CONTENT_SETTINGS_UTILS_H_ |
+#define COMPONENTS_CONTENT_SETTINGS_CORE_BROWSER_CONTENT_SETTINGS_UTILS_H_ |
#include <string> |
#include <utility> |
@@ -91,4 +91,4 @@ void GetRendererContentSettingRules(const HostContentSettingsMap* map, |
} // namespace content_settings |
-#endif // CHROME_BROWSER_CONTENT_SETTINGS_CONTENT_SETTINGS_UTILS_H_ |
+#endif // COMPONENTS_CONTENT_SETTINGS_CORE_BROWSER_CONTENT_SETTINGS_UTILS_H_ |