diff options
-rw-r--r-- | remoting/host/local_input_monitor_thread_win.cc | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/remoting/host/local_input_monitor_thread_win.cc b/remoting/host/local_input_monitor_thread_win.cc index 7865e21..8e08a2b9 100644 --- a/remoting/host/local_input_monitor_thread_win.cc +++ b/remoting/host/local_input_monitor_thread_win.cc @@ -10,7 +10,7 @@ #include "remoting/host/mouse_move_observer.h" #include "third_party/skia/include/core/SkPoint.h" -using namespace remoting; +namespace remoting { namespace { LocalInputMonitorThread* g_local_input_monitor_thread = NULL; @@ -118,3 +118,5 @@ void LocalInputMonitorThread::RemoveMouseMoveObserver( g_local_input_monitor_thread = NULL; } } + +} // namespace remoting |