Index: ash/host/ash_window_tree_host_platform.h |
diff --git a/ash/host/ash_window_tree_host_platform.h b/ash/host/ash_window_tree_host_platform.h |
index 05dc3721f5713a72b39b22666b4892067c54b6dd..5e6a943b0582dfbeb5b4a799ada2ba72ad0f828f 100644 |
--- a/ash/host/ash_window_tree_host_platform.h |
+++ b/ash/host/ash_window_tree_host_platform.h |
@@ -27,7 +27,7 @@ class ASH_EXPORT AshWindowTreeHostPlatform |
bool ConfineCursorToRootWindow() override; |
void UnConfineCursor() override; |
void SetRootWindowTransformer( |
- scoped_ptr<RootWindowTransformer> transformer) override; |
+ std::unique_ptr<RootWindowTransformer> transformer) override; |
gfx::Insets GetHostInsets() const override; |
aura::WindowTreeHost* AsWindowTreeHost() override; |
void PrepareForShutdown() override; |