summaryrefslogtreecommitdiffstats
path: root/content/shell/geolocation
diff options
context:
space:
mode:
Diffstat (limited to 'content/shell/geolocation')
-rw-r--r--content/shell/geolocation/shell_access_token_store.cc2
-rw-r--r--content/shell/geolocation/shell_access_token_store.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/content/shell/geolocation/shell_access_token_store.cc b/content/shell/geolocation/shell_access_token_store.cc
index ceae3d6..4b8b007 100644
--- a/content/shell/geolocation/shell_access_token_store.cc
+++ b/content/shell/geolocation/shell_access_token_store.cc
@@ -49,7 +49,7 @@ void ShellAccessTokenStore::RespondOnOriginatingThread(
}
void ShellAccessTokenStore::SaveAccessToken(
- const GURL& server_url, const string16& access_token) {
+ const GURL& server_url, const base::string16& access_token) {
}
} // namespace content
diff --git a/content/shell/geolocation/shell_access_token_store.h b/content/shell/geolocation/shell_access_token_store.h
index 82ee0f8..0345b8c 100644
--- a/content/shell/geolocation/shell_access_token_store.h
+++ b/content/shell/geolocation/shell_access_token_store.h
@@ -28,7 +28,7 @@ class ShellAccessTokenStore : public content::AccessTokenStore {
const LoadAccessTokensCallbackType& callback) OVERRIDE;
virtual void SaveAccessToken(
- const GURL& server_url, const string16& access_token) OVERRIDE;
+ const GURL& server_url, const base::string16& access_token) OVERRIDE;
content::ShellBrowserContext* shell_browser_context_;
net::URLRequestContextGetter* system_request_context_;