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

Unified Diff: media/video/capture/screen/win/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/desktop.h ('k') | media/video/capture/screen/win/scoped_thread_desktop.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/video/capture/screen/win/desktop.cc
diff --git a/remoting/capturer/win/desktop.cc b/media/video/capture/screen/win/desktop.cc
similarity index 96%
rename from remoting/capturer/win/desktop.cc
rename to media/video/capture/screen/win/desktop.cc
index e7dbe4d2d8415efda3a9853dbc6207fd24b7c4b8..2b6cbb7a656d1227610a169dc1dd733d8b9e1098 100644
--- a/remoting/capturer/win/desktop.cc
+++ b/media/video/capture/screen/win/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/desktop.h"
+#include "media/video/capture/screen/win/desktop.h"
#include <vector>
#include "base/logging.h"
-namespace remoting {
+namespace media {
Desktop::Desktop(HDESK desktop, bool own) : desktop_(desktop), own_(own) {
}
@@ -101,4 +101,4 @@ scoped_ptr<Desktop> Desktop::GetThreadDesktop() {
return scoped_ptr<Desktop>(new Desktop(desktop, false));
}
-} // namespace remoting
+} // namespace media
« no previous file with comments | « media/video/capture/screen/win/desktop.h ('k') | media/video/capture/screen/win/scoped_thread_desktop.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698