| Index: extensions/renderer/extension_injection_host.h
|
| diff --git a/extensions/renderer/extension_injection_host.h b/extensions/renderer/extension_injection_host.h
|
| index a3c9d320dfd5e66d4d2da24dacc4a93ed2a6afe8..e8db03119390abf31be7cc58c2296f557d68101c 100644
|
| --- a/extensions/renderer/extension_injection_host.h
|
| +++ b/extensions/renderer/extension_injection_host.h
|
| @@ -21,7 +21,7 @@ class ExtensionInjectionHost : public InjectionHost {
|
|
|
| // Create an ExtensionInjectionHost object. If the extension is gone, returns
|
| // a null scoped ptr.
|
| - static scoped_ptr<const InjectionHost> Create(
|
| + static std::unique_ptr<const InjectionHost> Create(
|
| const std::string& extension_id);
|
|
|
| private:
|
|
|