Index: blimp/client/core/input/blimp_input_handler_wrapper.h |
diff --git a/blimp/client/feature/compositor/blimp_input_handler_wrapper.h b/blimp/client/core/input/blimp_input_handler_wrapper.h |
similarity index 88% |
rename from blimp/client/feature/compositor/blimp_input_handler_wrapper.h |
rename to blimp/client/core/input/blimp_input_handler_wrapper.h |
index 5f734b418a68cd292228b75e454fe4895d675cf7..e2aa0ca3addbc39a4fc93abb1e9cce2012a4779d 100644 |
--- a/blimp/client/feature/compositor/blimp_input_handler_wrapper.h |
+++ b/blimp/client/core/input/blimp_input_handler_wrapper.h |
@@ -2,15 +2,22 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-#ifndef BLIMP_CLIENT_FEATURE_COMPOSITOR_BLIMP_INPUT_HANDLER_WRAPPER_H_ |
-#define BLIMP_CLIENT_FEATURE_COMPOSITOR_BLIMP_INPUT_HANDLER_WRAPPER_H_ |
+#ifndef BLIMP_CLIENT_CORE_INPUT_BLIMP_INPUT_HANDLER_WRAPPER_H_ |
+#define BLIMP_CLIENT_CORE_INPUT_BLIMP_INPUT_HANDLER_WRAPPER_H_ |
#include "base/macros.h" |
-#include "base/single_thread_task_runner.h" |
-#include "base/threading/thread_checker.h" |
#include "ui/events/blink/input_handler_proxy.h" |
#include "ui/events/blink/input_handler_proxy_client.h" |
+namespace base { |
+class SingleThreadTaskRunner; |
+class ThreadChecker; |
+} // namespace base |
+ |
+namespace cc { |
+class InputHandler; |
+} // namespace cc |
+ |
namespace blimp { |
namespace client { |
@@ -68,4 +75,4 @@ class BlimpInputHandlerWrapper : public ui::InputHandlerProxyClient { |
} // namespace client |
} // namespace blimp |
-#endif // BLIMP_CLIENT_FEATURE_COMPOSITOR_BLIMP_INPUT_HANDLER_WRAPPER_H_ |
+#endif // BLIMP_CLIENT_CORE_INPUT_BLIMP_INPUT_HANDLER_WRAPPER_H_ |