| Index: chrome/browser/geolocation/geolocation_infobar_queue_controller.cc
|
| diff --git a/chrome/browser/geolocation/geolocation_infobar_queue_controller.cc b/chrome/browser/geolocation/geolocation_infobar_queue_controller.cc
|
| index e336b9effc468b99421fbfd50c7f0e60c5583fa5..3c9c221fa2e76d8bcad7156535aef61caf3a4b0c 100644
|
| --- a/chrome/browser/geolocation/geolocation_infobar_queue_controller.cc
|
| +++ b/chrome/browser/geolocation/geolocation_infobar_queue_controller.cc
|
| @@ -4,11 +4,11 @@
|
|
|
| #include "chrome/browser/geolocation/geolocation_infobar_queue_controller.h"
|
|
|
| +#include "base/prefs/pref_service.h"
|
| #include "chrome/browser/api/infobars/infobar_service.h"
|
| #include "chrome/browser/content_settings/host_content_settings_map.h"
|
| #include "chrome/browser/geolocation/geolocation_confirm_infobar_delegate.h"
|
| #include "chrome/browser/infobars/infobar.h"
|
| -#include "chrome/browser/prefs/pref_service.h"
|
| #include "chrome/browser/profiles/profile.h"
|
| #include "chrome/browser/tab_contents/tab_util.h"
|
| #include "chrome/common/chrome_notification_types.h"
|
|
|