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

Unified Diff: blimp/client/feature/compositor/blimp_input_handler_wrapper.cc

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_handler_wrapper.cc
diff --git a/blimp/client/input/blimp_input_handler_wrapper.cc b/blimp/client/feature/compositor/blimp_input_handler_wrapper.cc
similarity index 96%
rename from blimp/client/input/blimp_input_handler_wrapper.cc
rename to blimp/client/feature/compositor/blimp_input_handler_wrapper.cc
index 233e739a435cb2281255ee6375e1a3801521a286..639bf35af26cd8f720f9980437f1c3b2af66673e 100644
--- a/blimp/client/input/blimp_input_handler_wrapper.cc
+++ b/blimp/client/feature/compositor/blimp_input_handler_wrapper.cc
@@ -2,12 +2,12 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "blimp/client/input/blimp_input_handler_wrapper.h"
+#include "blimp/client/feature/compositor/blimp_input_handler_wrapper.h"
#include "base/bind.h"
#include "base/location.h"
#include "base/logging.h"
-#include "blimp/client/input/blimp_input_manager.h"
+#include "blimp/client/feature/compositor/blimp_input_manager.h"
#include "ui/events/gestures/blink/web_gesture_curve_impl.h"
namespace blimp {
« no previous file with comments | « blimp/client/feature/compositor/blimp_input_handler_wrapper.h ('k') | blimp/client/feature/compositor/blimp_input_manager.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698