| Index: ash/host/ash_window_tree_host.cc
|
| diff --git a/ash/host/ash_window_tree_host.cc b/ash/host/ash_window_tree_host.cc
|
| index 2c819c01bb3b707992de1d2e17c60fa9d23d7bd3..c704aa6708a89b912b7239894ee0fce54041a052 100644
|
| --- a/ash/host/ash_window_tree_host.cc
|
| +++ b/ash/host/ash_window_tree_host.cc
|
| @@ -29,8 +29,7 @@ base::LazyInstance<AshWindowTreeHost::Factory> creation_factory =
|
|
|
| } // namespace
|
|
|
| -AshWindowTreeHost::AshWindowTreeHost() : input_method_handler_(nullptr) {
|
| -}
|
| +AshWindowTreeHost::AshWindowTreeHost() : input_method_handler_(nullptr) {}
|
|
|
| void AshWindowTreeHost::TranslateLocatedEvent(ui::LocatedEvent* event) {
|
| if (event->IsTouchEvent())
|
|
|