Upstream version 11.39.266.0
[platform/framework/web/crosswalk.git] / src / content / shell / geolocation / shell_access_token_store.cc
index ceae3d6..bdcf699 100644 (file)
@@ -44,12 +44,13 @@ void ShellAccessTokenStore::RespondOnOriginatingThread(
   // Since content_shell is a test executable, rather than an end user program,
   // we provide a dummy access_token set to avoid hitting the server.
   AccessTokenSet access_token_set;
-  access_token_set[GURL()] = ASCIIToUTF16("chromium_content_shell");
-  callback.Run(access_token_set, system_request_context_);
+  access_token_set[GURL()] = base::ASCIIToUTF16("chromium_content_shell");
+  callback.Run(access_token_set, system_request_context_.get());
+  system_request_context_ = NULL;
 }
 
 void ShellAccessTokenStore::SaveAccessToken(
-    const GURL& server_url, const string16& access_token) {
+    const GURL& server_url, const base::string16& access_token) {
 }
 
 }  // namespace content