| Index: ash/host/ash_window_tree_host.h
|
| diff --git a/ash/host/ash_window_tree_host.h b/ash/host/ash_window_tree_host.h
|
| index f9ac376f9bc268b9f54fa5545c3196fe6b2a4c6f..54724aa5fcf9224d43fdba04e571375d7ff004b0 100644
|
| --- a/ash/host/ash_window_tree_host.h
|
| +++ b/ash/host/ash_window_tree_host.h
|
| @@ -6,7 +6,6 @@
|
| #define ASH_HOST_ASH_WINDOW_TREE_HOST_H_
|
|
|
| #include "ash/ash_export.h"
|
| -#include "base/callback_forward.h"
|
| #include "base/memory/scoped_ptr.h"
|
|
|
| namespace aura {
|
| @@ -32,15 +31,12 @@
|
|
|
| class ASH_EXPORT AshWindowTreeHost {
|
| public:
|
| - using Factory =
|
| - base::Callback<AshWindowTreeHost*(const AshWindowTreeHostInitParams&)>;
|
| AshWindowTreeHost();
|
| virtual ~AshWindowTreeHost() {}
|
|
|
| // Creates a new AshWindowTreeHost. The caller owns the returned value.
|
| static AshWindowTreeHost* Create(
|
| const AshWindowTreeHostInitParams& init_params);
|
| - static void SetFactory(const Factory& factory);
|
|
|
| void set_input_method_handler(InputMethodEventHandler* input_method_handler) {
|
| input_method_handler_ = input_method_handler;
|
|
|