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

Unified Diff: blimp/client/input/blimp_input_handler_wrapper.cc

Issue 1570943002: [Blimp client] Move client code into blimp::client namespace (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase 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
« no previous file with comments | « blimp/client/input/blimp_input_handler_wrapper.h ('k') | blimp/client/input/blimp_input_manager.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: blimp/client/input/blimp_input_handler_wrapper.cc
diff --git a/blimp/client/input/blimp_input_handler_wrapper.cc b/blimp/client/input/blimp_input_handler_wrapper.cc
index dbd6fe752ec794ab33b4d025566f5b33e0c085a7..10159945908ca778edba485626f3679defcd4f79 100644
--- a/blimp/client/input/blimp_input_handler_wrapper.cc
+++ b/blimp/client/input/blimp_input_handler_wrapper.cc
@@ -11,6 +11,7 @@
#include "ui/events/gestures/blink/web_gesture_curve_impl.h"
namespace blimp {
+namespace client {
BlimpInputHandlerWrapper::BlimpInputHandlerWrapper(
scoped_refptr<base::SingleThreadTaskRunner> main_task_runner,
@@ -94,4 +95,5 @@ void BlimpInputHandlerWrapper::DidAnimateForInput() {
DCHECK(compositor_thread_checker_.CalledOnValidThread());
}
+} // namespace client
} // namespace blimp
« no previous file with comments | « blimp/client/input/blimp_input_handler_wrapper.h ('k') | blimp/client/input/blimp_input_manager.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698