Index: chrome/browser/pepper_broker_infobar_delegate.cc |
diff --git a/chrome/browser/pepper_broker_infobar_delegate.cc b/chrome/browser/pepper_broker_infobar_delegate.cc |
index d4fd7478ced25fbc23bc73ad0b26b2e008233ef5..4a77180c99ad21ded24cec93eb132005a717669f 100644 |
--- a/chrome/browser/pepper_broker_infobar_delegate.cc |
+++ b/chrome/browser/pepper_broker_infobar_delegate.cc |
@@ -5,7 +5,6 @@ |
#include "chrome/browser/pepper_broker_infobar_delegate.h" |
#include "base/prefs/pref_service.h" |
-#include "chrome/browser/content_settings/host_content_settings_map.h" |
#include "chrome/browser/content_settings/tab_specific_content_settings.h" |
#include "chrome/browser/infobars/infobar_service.h" |
#include "chrome/browser/plugins/plugin_finder.h" |
@@ -13,6 +12,7 @@ |
#include "chrome/browser/profiles/profile.h" |
#include "chrome/common/pref_names.h" |
#include "chrome/grit/generated_resources.h" |
+#include "components/content_settings/core/browser/host_content_settings_map.h" |
#include "components/infobars/core/infobar.h" |
#include "content/public/browser/page_navigator.h" |
#include "content/public/browser/plugin_service.h" |