Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1661)

Unified Diff: remoting/client/input/touch_input_scaler.h

Issue 2903623002: Moving input related classes to the input folder. (Closed)
Patch Set: Hide gesture code from nacl. Created 3 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: remoting/client/input/touch_input_scaler.h
diff --git a/remoting/client/touch_input_scaler.h b/remoting/client/input/touch_input_scaler.h
similarity index 89%
rename from remoting/client/touch_input_scaler.h
rename to remoting/client/input/touch_input_scaler.h
index 290309f9bfe549aca40cb0eb953e97bddc9b8287..87bf5634fc0e178a64755721a0c23530d1b814df 100644
--- a/remoting/client/touch_input_scaler.h
+++ b/remoting/client/input/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_TOUCH_INPUT_SCALER_H_
-#define REMOTING_CLIENT_TOUCH_INPUT_SCALER_H_
+#ifndef REMOTING_CLIENT_INPUT_TOUCH_INPUT_SCALER_H_
+#define REMOTING_CLIENT_INPUT_TOUCH_INPUT_SCALER_H_
#include "base/macros.h"
#include "remoting/protocol/input_filter.h"
@@ -46,4 +46,4 @@ class TouchInputScaler : public protocol::InputFilter {
} // namespace remoting
-#endif // REMOTING_CLIENT_TOUCH_INPUT_SCALER_H_
+#endif // REMOTING_CLIENT_INPUT_TOUCH_INPUT_SCALER_H_

Powered by Google App Engine
This is Rietveld 408576698