Index: extensions/browser/extension_system.h |
diff --git a/extensions/browser/extension_system.h b/extensions/browser/extension_system.h |
index 5382d3f0c395e51edf7370f07306fcc049ba91ec..b318e964385775f9c745bf41413ca441e801810f 100644 |
--- a/extensions/browser/extension_system.h |
+++ b/extensions/browser/extension_system.h |
@@ -125,7 +125,7 @@ class ExtensionSystem : public KeyedService { |
// Get a set of extensions that depend on the given extension. |
// TODO(elijahtaylor): Move SharedModuleService out of chrome/browser |
// so it can be retrieved from ExtensionSystem directly. |
- virtual scoped_ptr<ExtensionSet> GetDependentExtensions( |
+ virtual std::unique_ptr<ExtensionSet> GetDependentExtensions( |
const Extension* extension) = 0; |
// Install an updated version of |extension_id| with the version given in |