| Index: remoting/client/touch_input_scaler.h
|
| diff --git a/remoting/client/plugin/touch_input_scaler.h b/remoting/client/touch_input_scaler.h
|
| similarity index 89%
|
| rename from remoting/client/plugin/touch_input_scaler.h
|
| rename to remoting/client/touch_input_scaler.h
|
| index 51617918c7bd8fbec8631992adbaa17736ffe65d..b9c93e8f12eea1b53ae8d37fea852e2d66376695 100644
|
| --- a/remoting/client/plugin/touch_input_scaler.h
|
| +++ b/remoting/client/touch_input_scaler.h
|
| @@ -2,8 +2,8 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef REMOTING_CLIENT_PLUGIN_TOUCH_INPUT_SCALER_H_
|
| -#define REMOTING_CLIENT_PLUGIN_TOUCH_INPUT_SCALER_H_
|
| +#ifndef REMOTING_CLIENT_TOUCH_INPUT_SCALER_H_
|
| +#define REMOTING_CLIENT_TOUCH_INPUT_SCALER_H_
|
|
|
| #include "remoting/protocol/input_filter.h"
|
| #include "third_party/webrtc/modules/desktop_capture/desktop_geometry.h"
|
| @@ -45,4 +45,4 @@ class TouchInputScaler : public protocol::InputFilter {
|
|
|
| } // namespace remoting
|
|
|
| -#endif // REMOTING_CLIENT_PLUGIN_TOUCH_INPUT_SCALER_H_
|
| +#endif // REMOTING_CLIENT_TOUCH_INPUT_SCALER_H_
|
|
|