| Index: extensions/browser/api/runtime/runtime_api.h
|
| diff --git a/extensions/browser/api/runtime/runtime_api.h b/extensions/browser/api/runtime/runtime_api.h
|
| index 5f6fbe5a2d3f5e2df4cd4f34bb03c2e7d2b72d16..187f7b0d7f16d0fb8e9f60cd2d45c50782e698fb 100644
|
| --- a/extensions/browser/api/runtime/runtime_api.h
|
| +++ b/extensions/browser/api/runtime/runtime_api.h
|
| @@ -102,7 +102,7 @@ class RuntimeAPI : public BrowserContextKeyedAPI,
|
| void RemovePendingOnInstallInfoFromPref(const ExtensionId& extension_id);
|
| void StorePendingOnInstallInfoToPref(const Extension* extension);
|
|
|
| - scoped_ptr<RuntimeAPIDelegate> delegate_;
|
| + std::unique_ptr<RuntimeAPIDelegate> delegate_;
|
|
|
| content::BrowserContext* browser_context_;
|
|
|
|
|