| 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 d1937bfba09345802d29c51b70846bc9d5bb65db..7b9d9d83977f82c74f6657aaa1dfd0b912309e4f 100644
|
| --- a/content/shell/browser/shell_content_browser_client.h
|
| +++ b/content/shell/browser/shell_content_browser_client.h
|
| @@ -39,7 +39,7 @@ class ShellContentBrowserClient : public ContentBrowserClient {
|
| void RegisterInProcessServices(StaticServiceMap* services) override;
|
| void RegisterOutOfProcessServices(OutOfProcessServiceMap* services) override;
|
| std::unique_ptr<base::Value> GetServiceManifestOverlay(
|
| - const std::string& name) override;
|
| + base::StringPiece name) override;
|
| void AppendExtraCommandLineSwitches(base::CommandLine* command_line,
|
| int child_process_id) override;
|
| void ResourceDispatcherHostCreated() override;
|
|
|