Index: content/browser/android/popup_touch_handle_drawable.h |
diff --git a/content/browser/android/popup_touch_handle_drawable.h b/content/browser/android/popup_touch_handle_drawable.h |
index 316de0eb962f4d5f42590dbf1a4cc1358bb89db0..1c8e6565a2114ac8161d0a727bc04c6b8bfe519d 100644 |
--- a/content/browser/android/popup_touch_handle_drawable.h |
+++ b/content/browser/android/popup_touch_handle_drawable.h |
@@ -18,7 +18,7 @@ class ContentViewCore; |
// Touch handle drawable backed by an Android PopupWindow. |
class PopupTouchHandleDrawable : public ui::TouchHandleDrawable { |
public: |
- static scoped_ptr<PopupTouchHandleDrawable> Create( |
+ static std::unique_ptr<PopupTouchHandleDrawable> Create( |
ContentViewCore* content_view_core); |
~PopupTouchHandleDrawable() override; |