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

Unified Diff: media/video/capture/screen/win/scoped_thread_desktop.cc

Issue 12047101: Move screen capturers from remoting/capturer to media/video/capturer/screen (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 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 | « media/video/capture/screen/win/scoped_thread_desktop.h ('k') | remoting/capturer/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « media/video/capture/screen/win/scoped_thread_desktop.h ('k') | remoting/capturer/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698