| Index: content/browser/geolocation/network_location_provider.cc
|
| diff --git a/content/browser/geolocation/network_location_provider.cc b/content/browser/geolocation/network_location_provider.cc
|
| index 30413009b3e5fb82adcafa31e608ff248b545ec9..d4c83fe35fb14fdeb69eb89c34ec0c9068841ad4 100644
|
| --- a/content/browser/geolocation/network_location_provider.cc
|
| +++ b/content/browser/geolocation/network_location_provider.cc
|
| @@ -7,7 +7,9 @@
|
| #include "base/bind.h"
|
| #include "base/time.h"
|
| #include "base/utf_string_conversions.h"
|
| -#include "content/browser/geolocation/access_token_store.h"
|
| +#include "content/public/browser/access_token_store.h"
|
| +
|
| +using content::AccessTokenStore;
|
|
|
| namespace {
|
| // The maximum period of time we'll wait for a complete set of device data
|
|
|