Index: ash/shell/shell_delegate_impl.h |
diff --git a/ash/shell/shell_delegate_impl.h b/ash/shell/shell_delegate_impl.h |
index 5e511e0cfa4c9235e14a864c0413f05423d99838..4699fda396e06a9ac95b02ab74221d0589f0b8c7 100644 |
--- a/ash/shell/shell_delegate_impl.h |
+++ b/ash/shell/shell_delegate_impl.h |
@@ -57,7 +57,7 @@ class ShellDelegateImpl : public ash::ShellDelegate { |
private: |
ShelfDelegateImpl* shelf_delegate_; |
- scoped_ptr<app_list::AppListViewDelegate> app_list_view_delegate_; |
+ std::unique_ptr<app_list::AppListViewDelegate> app_list_view_delegate_; |
DISALLOW_COPY_AND_ASSIGN(ShellDelegateImpl); |
}; |