Index: components/content_settings/core/browser/content_settings_usages_state.h |
diff --git a/chrome/browser/content_settings/content_settings_usages_state.h b/components/content_settings/core/browser/content_settings_usages_state.h |
similarity index 91% |
rename from chrome/browser/content_settings/content_settings_usages_state.h |
rename to components/content_settings/core/browser/content_settings_usages_state.h |
index 915e96c28cd1f5d464f17757c206b0d01093e394..ef76a023a595488b4fe80a5adf9afcec2a1973be 100644 |
--- a/chrome/browser/content_settings/content_settings_usages_state.h |
+++ b/components/content_settings/core/browser/content_settings_usages_state.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_USAGES_STATE_H_ |
-#define CHROME_BROWSER_CONTENT_SETTINGS_CONTENT_SETTINGS_USAGES_STATE_H_ |
+#ifndef COMPONENTS_CONTENT_SETTINGS_CORE_BROWSER_CONTENT_SETTINGS_USAGES_STATE_H_ |
+#define COMPONENTS_CONTENT_SETTINGS_CORE_BROWSER_CONTENT_SETTINGS_USAGES_STATE_H_ |
#include <map> |
#include <set> |
@@ -83,4 +83,4 @@ class ContentSettingsUsagesState { |
DISALLOW_COPY_AND_ASSIGN(ContentSettingsUsagesState); |
}; |
-#endif // CHROME_BROWSER_CONTENT_SETTINGS_CONTENT_SETTINGS_USAGES_STATE_H_ |
+#endif // COMPONENTS_CONTENT_SETTINGS_CORE_BROWSER_CONTENT_SETTINGS_USAGES_STATE_H_ |