| Index: chrome/browser/geolocation/geolocation_content_settings_map.cc
|
| ===================================================================
|
| --- chrome/browser/geolocation/geolocation_content_settings_map.cc (revision 76230)
|
| +++ chrome/browser/geolocation/geolocation_content_settings_map.cc (working copy)
|
| @@ -19,6 +19,7 @@
|
|
|
| #include "base/string_piece.h"
|
| #include "base/utf_string_conversions.h"
|
| +#include "chrome/browser/browser_thread.h"
|
| #include "chrome/browser/content_settings/content_settings_details.h"
|
| #include "chrome/browser/content_settings/content_settings_pattern.h"
|
| #include "chrome/browser/prefs/pref_service.h"
|
| @@ -29,7 +30,6 @@
|
| #include "chrome/common/notification_type.h"
|
| #include "chrome/common/pref_names.h"
|
| #include "chrome/common/url_constants.h"
|
| -#include "content/browser/browser_thread.h"
|
| #include "net/base/dns_util.h"
|
| #include "net/base/static_cookie_policy.h"
|
|
|
|
|