Index: extensions/shell/common/shell_extensions_client.h |
diff --git a/extensions/shell/common/shell_extensions_client.h b/extensions/shell/common/shell_extensions_client.h |
index 8c14d067d59ef7f1076f1c137c137239f78f7330..9f0624950aec68c4dfeff7b61f2ac90c57514245 100644 |
--- a/extensions/shell/common/shell_extensions_client.h |
+++ b/extensions/shell/common/shell_extensions_client.h |
@@ -23,9 +23,9 @@ class ShellExtensionsClient : public ExtensionsClient { |
const PermissionMessageProvider& GetPermissionMessageProvider() |
const override; |
const std::string GetProductName() override; |
- scoped_ptr<FeatureProvider> CreateFeatureProvider( |
+ std::unique_ptr<FeatureProvider> CreateFeatureProvider( |
const std::string& name) const override; |
- scoped_ptr<JSONFeatureProviderSource> CreateFeatureProviderSource( |
+ std::unique_ptr<JSONFeatureProviderSource> CreateFeatureProviderSource( |
const std::string& name) const override; |
void FilterHostPermissions(const URLPatternSet& hosts, |
URLPatternSet* new_hosts, |