| 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 3f4b1f01a39faa139ebb7ac72c5bcbfce2837907..d0fcd39b12d6f2fb91dfe22c867d55bab9c50a2d 100644
|
| --- a/chrome/browser/geolocation/chrome_access_token_store.cc
|
| +++ b/chrome/browser/geolocation/chrome_access_token_store.cc
|
| @@ -15,6 +15,8 @@
|
| #include "content/public/browser/browser_thread.h"
|
| #include "googleurl/src/gurl.h"
|
|
|
| +using content::BrowserThread;
|
| +
|
| namespace {
|
| // This was the default location service url for Chrome versions 14 and earlier
|
| // but is no longer supported.
|
|
|