| Index: chrome/browser/extensions/api/dial/dial_registry.h
|
| diff --git a/chrome/browser/extensions/api/dial/dial_registry.h b/chrome/browser/extensions/api/dial/dial_registry.h
|
| index c9ddf0b27c27572f976f92d48055befc3ff9c226..2ddca1ad58ddb58bf34dba1062c5c8c733624eab 100644
|
| --- a/chrome/browser/extensions/api/dial/dial_registry.h
|
| +++ b/chrome/browser/extensions/api/dial/dial_registry.h
|
| @@ -82,7 +82,7 @@ class DialRegistry : public DialService::Observer,
|
|
|
| protected:
|
| // The DIAL service. Periodic discovery is active when this is not NULL.
|
| - scoped_ptr<DialService> dial_;
|
| + std::unique_ptr<DialService> dial_;
|
|
|
| private:
|
| typedef base::hash_map<std::string, linked_ptr<DialDeviceData> >
|
|
|