| Index: chrome/browser/geolocation/access_token_store_browsertest.cc
|
| diff --git a/chrome/browser/geolocation/access_token_store_browsertest.cc b/chrome/browser/geolocation/access_token_store_browsertest.cc
|
| index 78fab6fc8a53ee2da04a22327aab703905c2575a..2e588d40feadd412f96a61ed9a1b4cbfbf23c498 100644
|
| --- a/chrome/browser/geolocation/access_token_store_browsertest.cc
|
| +++ b/chrome/browser/geolocation/access_token_store_browsertest.cc
|
| @@ -8,11 +8,11 @@
|
| #include "base/strings/utf_string_conversions.h"
|
| #include "chrome/browser/geolocation/chrome_access_token_store.h"
|
| #include "chrome/test/base/in_process_browser_test.h"
|
| -#include "content/public/browser/access_token_store.h"
|
| #include "content/public/test/test_browser_thread.h"
|
| #include "content/public/test/test_utils.h"
|
| +#include "device/geolocation/access_token_store.h"
|
|
|
| -using content::AccessTokenStore;
|
| +using device::AccessTokenStore;
|
| using content::BrowserThread;
|
|
|
| namespace {
|
|
|