Index: chrome/browser/ui/webui/options/content_settings_handler.h |
diff --git a/chrome/browser/ui/webui/options/content_settings_handler.h b/chrome/browser/ui/webui/options/content_settings_handler.h |
index aa44176beff915c2c86a43fe8d81dca3197d90ed..a02fd2ea27ac25c85a1df3ce8e1677769a075259 100644 |
--- a/chrome/browser/ui/webui/options/content_settings_handler.h |
+++ b/chrome/browser/ui/webui/options/content_settings_handler.h |
@@ -10,10 +10,10 @@ |
#include "base/memory/scoped_ptr.h" |
#include "base/prefs/pref_change_registrar.h" |
#include "base/scoped_observer.h" |
-#include "chrome/browser/content_settings/content_settings_observer.h" |
#include "chrome/browser/pepper_flash_settings_manager.h" |
#include "chrome/browser/ui/webui/options/options_ui.h" |
#include "chrome/browser/ui/webui/options/pepper_flash_content_settings_utils.h" |
+#include "components/content_settings/core/browser/content_settings_observer.h" |
vabr (Chromium)
2014/09/18 08:54:57
Drop this, as in https://codereview.chromium.org/4
vasilii
2014/09/18 09:45:41
Used in line 29.
vabr (Chromium)
2014/09/18 09:57:10
Sorry, I put the comment in a wrong file. Correcte
|
#include "components/content_settings/core/common/content_settings.h" |
#include "components/content_settings/core/common/content_settings_types.h" |
#include "content/public/browser/host_zoom_map.h" |