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

Unified Diff: ash/shelf/shelf_widget.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/shelf/shelf_widget.h
diff --git a/ash/shelf/shelf_widget.h b/ash/shelf/shelf_widget.h
index ddaa2bc5a653b78afab34f9fe83a16aab4da288e..04082e6e6affac39e3c8cbcca75b5bde03734974 100644
--- a/ash/shelf/shelf_widget.h
+++ b/ash/shelf/shelf_widget.h
@@ -100,7 +100,7 @@ class ASH_EXPORT ShelfWidget : public views::Widget,
class DelegateView;
ShelfLayoutManager* shelf_layout_manager_;
- scoped_ptr<Shelf> shelf_;
+ std::unique_ptr<Shelf> shelf_;
StatusAreaWidget* status_area_widget_;
// delegate_view_ is attached to window_container_ and is cleaned up

Powered by Google App Engine
This is Rietveld 408576698