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

Unified Diff: blimp/client/input/blimp_input_manager.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_manager.h ('k') | blimp/client/linux/blimp_display_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_manager.cc
diff --git a/blimp/client/input/blimp_input_manager.cc b/blimp/client/input/blimp_input_manager.cc
index dedfac699cc97a999d4067d86ca063be799d0357..fbbfe61129583849c0d9c3c1c83b11059ae71e2b 100644
--- a/blimp/client/input/blimp_input_manager.cc
+++ b/blimp/client/input/blimp_input_manager.cc
@@ -11,6 +11,7 @@
#include "ui/events/gesture_detection/gesture_provider_config_helper.h"
namespace blimp {
+namespace client {
scoped_ptr<BlimpInputManager> BlimpInputManager::Create(
BlimpInputManagerClient* client,
@@ -152,4 +153,5 @@ bool BlimpInputManager::IsCompositorThread() const {
return compositor_task_runner_->BelongsToCurrentThread();
}
+} // namespace client
} // namespace blimp
« no previous file with comments | « blimp/client/input/blimp_input_manager.h ('k') | blimp/client/linux/blimp_display_manager.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698