| Index: content/shell/browser/shell_content_browser_client.h
|
| diff --git a/content/shell/browser/shell_content_browser_client.h b/content/shell/browser/shell_content_browser_client.h
|
| index 24a5f582c2bc61a99aa010f1ee5e1b81c815fb29..584a158835f57d074bf7fcf7aad994157931314d 100644
|
| --- a/content/shell/browser/shell_content_browser_client.h
|
| +++ b/content/shell/browser/shell_content_browser_client.h
|
| @@ -43,7 +43,8 @@ class ShellContentBrowserClient : public ContentBrowserClient {
|
| void AppendExtraCommandLineSwitches(base::CommandLine* command_line,
|
| int child_process_id) override;
|
| void ResourceDispatcherHostCreated() override;
|
| - AccessTokenStore* CreateAccessTokenStore() override;
|
| + GeolocationProvider::ServiceOverrides* GetGeolocationServiceOverrides()
|
| + override;
|
| std::string GetDefaultDownloadName() override;
|
| WebContentsViewDelegate* GetWebContentsViewDelegate(
|
| WebContents* web_contents) override;
|
|
|