| 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 99d367d1ed611df3bebc3a3193b59c9176a4c4a1..a9ef79a618441168d5073b0d15f92aa0dc616ad6 100644
 | 
| --- a/chrome/browser/pepper_broker_infobar_delegate.cc
 | 
| +++ b/chrome/browser/pepper_broker_infobar_delegate.cc
 | 
| @@ -4,7 +4,6 @@
 | 
|  
 | 
|  #include "chrome/browser/pepper_broker_infobar_delegate.h"
 | 
|  
 | 
| -#include "base/prefs/pref_service.h"
 | 
|  #include "chrome/browser/content_settings/host_content_settings_map_factory.h"
 | 
|  #include "chrome/browser/content_settings/tab_specific_content_settings.h"
 | 
|  #include "chrome/browser/infobars/infobar_service.h"
 | 
| @@ -15,6 +14,7 @@
 | 
|  #include "chrome/grit/generated_resources.h"
 | 
|  #include "components/content_settings/core/browser/host_content_settings_map.h"
 | 
|  #include "components/infobars/core/infobar.h"
 | 
| +#include "components/prefs/pref_service.h"
 | 
|  #include "components/url_formatter/elide_url.h"
 | 
|  #include "content/public/browser/page_navigator.h"
 | 
|  #include "content/public/browser/plugin_service.h"
 | 
| 
 |