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

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

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
Index: blimp/client/input/blimp_input_handler_wrapper.h
diff --git a/blimp/client/input/blimp_input_handler_wrapper.h b/blimp/client/input/blimp_input_handler_wrapper.h
index 7bb55d876cd192aafa238b5963593f067b57837d..43a3a33506c86bb595ac9d6c04a524975fba9a72 100644
--- a/blimp/client/input/blimp_input_handler_wrapper.h
+++ b/blimp/client/input/blimp_input_handler_wrapper.h
@@ -12,6 +12,8 @@
#include "ui/events/blink/input_handler_proxy_client.h"
namespace blimp {
+namespace client {
+
class BlimpInputManager;
// The BlimpInputHandlerWrapper isolates all input handling processing done on
@@ -62,6 +64,7 @@ class BlimpInputHandlerWrapper : public ui::InputHandlerProxyClient {
DISALLOW_COPY_AND_ASSIGN(BlimpInputHandlerWrapper);
};
+} // namespace client
} // namespace blimp
#endif // BLIMP_CLIENT_INPUT_BLIMP_INPUT_HANDLER_WRAPPER_H_
« no previous file with comments | « blimp/client/compositor/test/dummy_layer_driver.cc ('k') | blimp/client/input/blimp_input_handler_wrapper.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698