| Index: media/video/capture/screen/win/scoped_thread_desktop.cc
|
| diff --git a/remoting/capturer/win/scoped_thread_desktop.cc b/media/video/capture/screen/win/scoped_thread_desktop.cc
|
| similarity index 85%
|
| rename from remoting/capturer/win/scoped_thread_desktop.cc
|
| rename to media/video/capture/screen/win/scoped_thread_desktop.cc
|
| index bbde5207147f2f15fc3bb8ff8b7298368feb8a43..8e9a80ad1af3f185e443070dab08034c226ef8d1 100644
|
| --- a/remoting/capturer/win/scoped_thread_desktop.cc
|
| +++ b/media/video/capture/screen/win/scoped_thread_desktop.cc
|
| @@ -2,13 +2,13 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "remoting/capturer/win/scoped_thread_desktop.h"
|
| +#include "media/video/capture/screen/win/scoped_thread_desktop.h"
|
|
|
| #include "base/logging.h"
|
|
|
| -#include "remoting/capturer/win/desktop.h"
|
| +#include "media/video/capture/screen/win/desktop.h"
|
|
|
| -namespace remoting {
|
| +namespace media {
|
|
|
| ScopedThreadDesktop::ScopedThreadDesktop()
|
| : initial_(Desktop::GetThreadDesktop()) {
|
| @@ -46,4 +46,4 @@ bool ScopedThreadDesktop::SetThreadDesktop(scoped_ptr<Desktop> desktop) {
|
| return true;
|
| }
|
|
|
| -} // namespace remoting
|
| +} // namespace media
|
|
|