From fcf75d4016c7a2dcad1d2415009eff1e0eef4468 Mon Sep 17 00:00:00 2001 From: "brettw@chromium.org" Date: Tue, 3 Dec 2013 20:11:26 +0000 Subject: Convert string16 to base::string16 in content. BUG= Review URL: https://codereview.chromium.org/102593002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@238447 0039d316-1c4b-4281-b951-d872f2087c98 --- content/shell/geolocation/shell_access_token_store.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'content/shell/geolocation/shell_access_token_store.h') 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_; -- cgit v1.1