| Index: remoting/client/ui/direct_input_strategy.cc
|
| diff --git a/remoting/client/direct_input_strategy.cc b/remoting/client/ui/direct_input_strategy.cc
|
| similarity index 94%
|
| rename from remoting/client/direct_input_strategy.cc
|
| rename to remoting/client/ui/direct_input_strategy.cc
|
| index 13d54faa9d881cafbb5e6ce6ca6fd546530fae15..f4d637556f25646c49584b286260669574c49677 100644
|
| --- a/remoting/client/direct_input_strategy.cc
|
| +++ b/remoting/client/ui/direct_input_strategy.cc
|
| @@ -2,8 +2,8 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "remoting/client/direct_input_strategy.h"
|
| -#include "remoting/client/desktop_viewport.h"
|
| +#include "remoting/client/ui/direct_input_strategy.h"
|
| +#include "remoting/client/ui/desktop_viewport.h"
|
|
|
| namespace remoting {
|
|
|
|
|