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

Unified Diff: mash/wm/user_window_controller_impl.h

Issue 1857623003: convert //mash to std::unique_ptr (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 9 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 | « mash/wm/shadow.h ('k') | mash/wm/window_manager.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mash/wm/user_window_controller_impl.h
diff --git a/mash/wm/user_window_controller_impl.h b/mash/wm/user_window_controller_impl.h
index c974f6fc0ba26bb8e71f08b5b1d81b956303f11b..b576273e56eefaea47b49f7966d587c6472f774d 100644
--- a/mash/wm/user_window_controller_impl.h
+++ b/mash/wm/user_window_controller_impl.h
@@ -7,6 +7,8 @@
#include <stdint.h>
+#include <memory>
+
#include "base/macros.h"
#include "components/mus/common/types.h"
#include "components/mus/public/cpp/window_observer.h"
@@ -49,7 +51,7 @@ class UserWindowControllerImpl : public mojom::UserWindowController,
RootWindowController* root_controller_;
mojom::UserWindowObserverPtr user_window_observer_;
- scoped_ptr<WindowPropertyObserver> window_property_observer_;
+ std::unique_ptr<WindowPropertyObserver> window_property_observer_;
DISALLOW_COPY_AND_ASSIGN(UserWindowControllerImpl);
};
« no previous file with comments | « mash/wm/shadow.h ('k') | mash/wm/window_manager.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698