| Index: content/browser/utility_process_host_impl.h
|
| diff --git a/content/browser/utility_process_host_impl.h b/content/browser/utility_process_host_impl.h
|
| index 7e915f53a750a12c7d2720ad45d70993510f6c41..55fa31d82c9e39883abec75c8a3a623451d751d8 100644
|
| --- a/content/browser/utility_process_host_impl.h
|
| +++ b/content/browser/utility_process_host_impl.h
|
| @@ -57,7 +57,7 @@ class CONTENT_EXPORT UtilityProcessHostImpl
|
| void SetEnv(const base::EnvironmentMap& env) override;
|
| #endif
|
| bool Start() override;
|
| - shell::InterfaceProvider* GetRemoteInterfaces() override;
|
| + service_manager::InterfaceProvider* GetRemoteInterfaces() override;
|
| void SetName(const base::string16& name) override;
|
|
|
| void set_child_flags(int flags) { child_flags_ = flags; }
|
|
|