Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1455)

Unified Diff: ash/shell/window_type_launcher.h

Issue 1867223004: Convert //ash from scoped_ptr to std::unique_ptr (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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..657a887b7079fc70ed564731746a43061c8163ca 100644
--- a/ash/shell/window_type_launcher.h
+++ b/ash/shell/window_type_launcher.h
@@ -72,7 +72,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);
};

Powered by Google App Engine
This is Rietveld 408576698