Index: ui/aura/window_tree_host_platform.cc |
diff --git a/ui/aura/window_tree_host_platform.cc b/ui/aura/window_tree_host_platform.cc |
index 8dfa4d053279920e7b6f04b0bd0de245e9c0057f..a7ad83643367bd81622dd9029b2d21bf44202b2e 100644 |
--- a/ui/aura/window_tree_host_platform.cc |
+++ b/ui/aura/window_tree_host_platform.cc |
@@ -57,7 +57,7 @@ WindowTreeHostPlatform::WindowTreeHostPlatform() |
} |
void WindowTreeHostPlatform::SetPlatformWindow( |
- scoped_ptr<ui::PlatformWindow> window) { |
+ std::unique_ptr<ui::PlatformWindow> window) { |
window_ = std::move(window); |
} |