Index: ash/shell/window_type_launcher.h |
diff --git a/ash/shell/window_type_launcher.h b/ash/shell/window_type_launcher.h |
index 4e81f6f5252a3d1b0abfb7ae5f4c7f595e777f58..6bea41ae566b72e22f42a305b0b1f9114a7dcdcc 100644 |
--- a/ash/shell/window_type_launcher.h |
+++ b/ash/shell/window_type_launcher.h |
@@ -5,6 +5,8 @@ |
#ifndef ASH_SHELL_WINDOW_TYPE_LAUNCHER_H_ |
#define ASH_SHELL_WINDOW_TYPE_LAUNCHER_H_ |
+#include <memory> |
+ |
#include "base/macros.h" |
#include "ui/views/context_menu_controller.h" |
#include "ui/views/controls/button/button.h" |
@@ -72,7 +74,7 @@ class WindowTypeLauncher : public views::WidgetDelegateView, |
views::LabelButton* examples_button_; |
views::LabelButton* show_hide_window_button_; |
views::LabelButton* show_web_notification_; |
- scoped_ptr<views::MenuRunner> menu_runner_; |
+ std::unique_ptr<views::MenuRunner> menu_runner_; |
DISALLOW_COPY_AND_ASSIGN(WindowTypeLauncher); |
}; |