| Index: components/mus/public/cpp/window_tree_host_factory.h
|
| diff --git a/components/mus/public/cpp/window_tree_host_factory.h b/components/mus/public/cpp/window_tree_host_factory.h
|
| index eebb83969eee6543878820093b48cedf7bef1d82..5090db32c6462a6a7bc9a98619edc2586013d12c 100644
|
| --- a/components/mus/public/cpp/window_tree_host_factory.h
|
| +++ b/components/mus/public/cpp/window_tree_host_factory.h
|
| @@ -5,7 +5,8 @@
|
| #ifndef COMPONENTS_MUS_PUBLIC_CPP_WINDOW_TREE_HOST_FACTORY_H_
|
| #define COMPONENTS_MUS_PUBLIC_CPP_WINDOW_TREE_HOST_FACTORY_H_
|
|
|
| -#include "base/memory/scoped_ptr.h"
|
| +#include <memory>
|
| +
|
| #include "components/mus/public/interfaces/window_tree.mojom.h"
|
| #include "components/mus/public/interfaces/window_tree_host.mojom.h"
|
| #include "mojo/public/cpp/bindings/binding.h"
|
|
|