| Index: ui/ozone/platform_object.h
|
| diff --git a/ui/ozone/platform_object.h b/ui/ozone/platform_object.h
|
| index 2518c7cd76487241487daaaeb8ec63c660d916c3..a9edc74533ca36000823c9b54c7973667636a0a4 100644
|
| --- a/ui/ozone/platform_object.h
|
| +++ b/ui/ozone/platform_object.h
|
| @@ -5,7 +5,6 @@
|
| #ifndef UI_OZONE_PLATFORM_OBJECT_H_
|
| #define UI_OZONE_PLATFORM_OBJECT_H_
|
|
|
| -#include "base/memory/scoped_ptr.h"
|
|
|
| namespace ui {
|
|
|
| @@ -26,7 +25,7 @@ namespace ui {
|
| template <class T>
|
| class PlatformObject {
|
| public:
|
| - static scoped_ptr<T> Create();
|
| + static std::unique_ptr<T> Create();
|
| };
|
|
|
| } // namespace ui
|
|
|