| 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
|
|
|