| 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 38223ae1a3a6822699d404d4c5293835e386b98d..36acb04841fbbc41671440c76852b12ff58c1d66 100644
|
| --- a/chrome/browser/geolocation/access_token_store_browsertest.cc
|
| +++ b/chrome/browser/geolocation/access_token_store_browsertest.cc
|
| @@ -8,9 +8,9 @@
|
| #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 "chrome/test/base/ui_test_utils.h"
|
| #include "content/public/browser/access_token_store.h"
|
| #include "content/public/test/test_browser_thread.h"
|
| +#include "content/public/test/test_utils.h"
|
|
|
| using content::AccessTokenStore;
|
| using content::BrowserThread;
|
|
|