| Index: chrome/browser/geolocation/geolocation_content_settings_map.cc
 | 
| diff --git a/chrome/browser/geolocation/geolocation_content_settings_map.cc b/chrome/browser/geolocation/geolocation_content_settings_map.cc
 | 
| index f55223457925fa12c80e0b3c0237b30d9dd07e9b..db8cd75fbc9b5f3e84e185d67374257307438087 100644
 | 
| --- a/chrome/browser/geolocation/geolocation_content_settings_map.cc
 | 
| +++ b/chrome/browser/geolocation/geolocation_content_settings_map.cc
 | 
| @@ -18,9 +18,9 @@
 | 
|  #include "base/string_piece.h"
 | 
|  #include "base/utf_string_conversions.h"
 | 
|  #include "chrome/browser/chrome_thread.h"
 | 
| -#include "chrome/browser/pref_service.h"
 | 
| +#include "chrome/browser/prefs/pref_service.h"
 | 
| +#include "chrome/browser/prefs/scoped_pref_update.h"
 | 
|  #include "chrome/browser/profile.h"
 | 
| -#include "chrome/browser/scoped_pref_update.h"
 | 
|  #include "chrome/common/notification_service.h"
 | 
|  #include "chrome/common/notification_type.h"
 | 
|  #include "chrome/common/pref_names.h"
 | 
| 
 |