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

Unified Diff: blimp/client/feature/compositor/blimp_input_manager.h

Issue 1636163002: Restructure contents of blimp/client. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 11 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: blimp/client/feature/compositor/blimp_input_manager.h
diff --git a/blimp/client/input/blimp_input_manager.h b/blimp/client/feature/compositor/blimp_input_manager.h
similarity index 93%
rename from blimp/client/input/blimp_input_manager.h
rename to blimp/client/feature/compositor/blimp_input_manager.h
index 7ee47856c8a2599fa56c61708dbf9b13a24b3d87..6c1d845acaa35741e6d2ae8606369b624645d099 100644
--- a/blimp/client/input/blimp_input_manager.h
+++ b/blimp/client/feature/compositor/blimp_input_manager.h
@@ -2,14 +2,14 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef BLIMP_CLIENT_INPUT_BLIMP_INPUT_MANAGER_H_
-#define BLIMP_CLIENT_INPUT_BLIMP_INPUT_MANAGER_H_
+#ifndef BLIMP_CLIENT_FEATURE_COMPOSITOR_BLIMP_INPUT_MANAGER_H_
+#define BLIMP_CLIENT_FEATURE_COMPOSITOR_BLIMP_INPUT_MANAGER_H_
#include "base/macros.h"
#include "base/memory/scoped_ptr.h"
#include "base/single_thread_task_runner.h"
#include "base/synchronization/waitable_event.h"
-#include "blimp/client/input/blimp_input_handler_wrapper.h"
+#include "blimp/client/feature/compositor/blimp_input_handler_wrapper.h"
#include "third_party/WebKit/public/web/WebInputEvent.h"
#include "ui/events/gesture_detection/filtered_gesture_provider.h"
#include "ui/events/gesture_detection/motion_event.h"
@@ -105,4 +105,4 @@ class BlimpInputManager : public ui::GestureProviderClient {
} // namespace client
} // namespace blimp
-#endif // BLIMP_CLIENT_INPUT_BLIMP_INPUT_MANAGER_H_
+#endif // BLIMP_CLIENT_FEATURE_COMPOSITOR_BLIMP_INPUT_MANAGER_H_
« no previous file with comments | « blimp/client/feature/compositor/blimp_input_handler_wrapper.cc ('k') | blimp/client/feature/compositor/blimp_input_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698