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

Unified Diff: components/mus/ws/window_server_delegate.cc

Issue 1906623003: Convert //components/mus 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
« no previous file with comments | « components/mus/ws/window_server_delegate.h ('k') | components/mus/ws/window_tree.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/mus/ws/window_server_delegate.cc
diff --git a/components/mus/ws/window_server_delegate.cc b/components/mus/ws/window_server_delegate.cc
index 40c27518e166e7983b0b6eae83325c4fbd20e38c..1d9a1045f3c03be099275d23ae70c8e7d92a56aa 100644
--- a/components/mus/ws/window_server_delegate.cc
+++ b/components/mus/ws/window_server_delegate.cc
@@ -11,7 +11,8 @@ namespace ws {
void WindowServerDelegate::OnFirstDisplayReady() {}
-scoped_ptr<WindowTreeBinding> WindowServerDelegate::CreateWindowTreeBinding(
+std::unique_ptr<WindowTreeBinding>
+WindowServerDelegate::CreateWindowTreeBinding(
BindingType type,
ws::WindowServer* window_server,
ws::WindowTree* tree,
« no previous file with comments | « components/mus/ws/window_server_delegate.h ('k') | components/mus/ws/window_tree.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698