Index: components/content_settings/core/browser/content_settings_observer.h |
diff --git a/chrome/browser/content_settings/content_settings_observer.h b/components/content_settings/core/browser/content_settings_observer.h |
similarity index 79% |
rename from chrome/browser/content_settings/content_settings_observer.h |
rename to components/content_settings/core/browser/content_settings_observer.h |
index 8a32de61265db095b353a4c9e87bb69945f45e87..6c07212d7811d9979b5e89f625bdfafc73c89eaa 100644 |
--- a/chrome/browser/content_settings/content_settings_observer.h |
+++ b/components/content_settings/core/browser/content_settings_observer.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_OBSERVER_H_ |
-#define CHROME_BROWSER_CONTENT_SETTINGS_CONTENT_SETTINGS_OBSERVER_H_ |
+#ifndef COMPONENTS_CONTENT_SETTINGS_CORE_BROWSER_CONTENT_SETTINGS_OBSERVER_H_ |
+#define COMPONENTS_CONTENT_SETTINGS_CORE_BROWSER_CONTENT_SETTINGS_OBSERVER_H_ |
#include <string> |
@@ -31,4 +31,4 @@ class Observer { |
} // namespace content_settings |
-#endif // CHROME_BROWSER_CONTENT_SETTINGS_CONTENT_SETTINGS_OBSERVER_H_ |
+#endif // COMPONENTS_CONTENT_SETTINGS_CORE_BROWSER_CONTENT_SETTINGS_OBSERVER_H_ |