| Index: chromecast/browser/cast_content_browser_client.h
|
| diff --git a/chromecast/browser/cast_content_browser_client.h b/chromecast/browser/cast_content_browser_client.h
|
| index 0ed31c1f78375edbbd3cf19a8caaeb1053a67470..6df56aa502cc18ecfab7bf909f44fb8661749aec 100644
|
| --- a/chromecast/browser/cast_content_browser_client.h
|
| +++ b/chromecast/browser/cast_content_browser_client.h
|
| @@ -154,7 +154,7 @@ class CastContentBrowserClient : public content::ContentBrowserClient {
|
| content::RenderProcessHost* render_process_host) override;
|
| void RegisterInProcessServices(StaticServiceMap* services) override;
|
| std::unique_ptr<base::Value> GetServiceManifestOverlay(
|
| - const std::string& service_name) override;
|
| + base::StringPiece service_name) override;
|
| #if defined(OS_ANDROID)
|
| void GetAdditionalMappedFilesForChildProcess(
|
| const base::CommandLine& command_line,
|
|
|