| Index: chrome/browser/geolocation/chrome_access_token_store.cc
|
| diff --git a/chrome/browser/geolocation/chrome_access_token_store.cc b/chrome/browser/geolocation/chrome_access_token_store.cc
|
| index 702e0ddff5aa5fce7f30dc7871e61c1e23ead2c7..3f4b1f01a39faa139ebb7ac72c5bcbfce2837907 100644
|
| --- a/chrome/browser/geolocation/chrome_access_token_store.cc
|
| +++ b/chrome/browser/geolocation/chrome_access_token_store.cc
|
| @@ -12,7 +12,7 @@
|
| #include "chrome/browser/prefs/pref_service.h"
|
| #include "chrome/browser/prefs/scoped_user_pref_update.h"
|
| #include "chrome/common/pref_names.h"
|
| -#include "content/browser/browser_thread.h"
|
| +#include "content/public/browser/browser_thread.h"
|
| #include "googleurl/src/gurl.h"
|
|
|
| namespace {
|
|
|