Index: ui/gfx/win/direct_manipulation.cc |
diff --git a/ui/gfx/win/direct_manipulation.cc b/ui/gfx/win/direct_manipulation.cc |
index c35de0c7ec7cb371db77f32b1656159496f17f82..ee50937e640aede5cb36794d2b7560abb66c2e7b 100644 |
--- a/ui/gfx/win/direct_manipulation.cc |
+++ b/ui/gfx/win/direct_manipulation.cc |
@@ -10,9 +10,9 @@ namespace gfx { |
namespace win { |
// static |
-scoped_ptr<DirectManipulationHelper> |
+std::unique_ptr<DirectManipulationHelper> |
DirectManipulationHelper::CreateInstance() { |
- scoped_ptr<DirectManipulationHelper> instance; |
+ std::unique_ptr<DirectManipulationHelper> instance; |
if (base::win::GetVersion() >= base::win::VERSION_WIN10) |
instance.reset(new DirectManipulationHelper); |