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

Unified Diff: components/mus/ws/window_tree_binding.h

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_tree.cc ('k') | components/mus/ws/window_tree_client_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/mus/ws/window_tree_binding.h
diff --git a/components/mus/ws/window_tree_binding.h b/components/mus/ws/window_tree_binding.h
index 53cfbf731ea17247823241eaddc92ac6d8a44528..5961ca3821d2b7d9b041a492efe656bf7750e29c 100644
--- a/components/mus/ws/window_tree_binding.h
+++ b/components/mus/ws/window_tree_binding.h
@@ -5,8 +5,9 @@
#ifndef COMPONENTS_MUS_WS_WINDOW_TREE_BINDING_H_
#define COMPONENTS_MUS_WS_WINDOW_TREE_BINDING_H_
+#include <memory>
+
#include "base/macros.h"
-#include "base/memory/scoped_ptr.h"
#include "components/mus/public/interfaces/window_tree.mojom.h"
#include "mojo/public/cpp/bindings/binding.h"
« no previous file with comments | « components/mus/ws/window_tree.cc ('k') | components/mus/ws/window_tree_client_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698