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

Unified Diff: media/video/capture/screen/mac/desktop_configuration.h

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
Index: media/video/capture/screen/mac/desktop_configuration.h
diff --git a/remoting/capturer/mac/desktop_configuration.h b/media/video/capture/screen/mac/desktop_configuration.h
similarity index 87%
rename from remoting/capturer/mac/desktop_configuration.h
rename to media/video/capture/screen/mac/desktop_configuration.h
index 7157d7576cef0b1cc13ae41f25e4c3b5d1678a5f..998f9181b0309e5fa0d1626de984cfae5aca6213 100644
--- a/remoting/capturer/mac/desktop_configuration.h
+++ b/media/video/capture/screen/mac/desktop_configuration.h
@@ -2,8 +2,8 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef REMOTING_CAPTURER_MAC_DESKTOP_CONFIGURATION_H_
-#define REMOTING_CAPTURER_MAC_DESKTOP_CONFIGURATION_H_
+#ifndef MEDIA_VIDEO_CAPTURE_SCREEN_MAC_DESKTOP_CONFIGURATION_H_
+#define MEDIA_VIDEO_CAPTURE_SCREEN_MAC_DESKTOP_CONFIGURATION_H_
#include <ApplicationServices/ApplicationServices.h>
#include <Carbon/Carbon.h>
@@ -13,7 +13,7 @@
#include "third_party/skia/include/core/SkPoint.h"
#include "third_party/skia/include/core/SkRect.h"
-namespace remoting {
+namespace media {
// Describes the configuration of a specific display.
struct MacDisplayConfiguration {
@@ -58,6 +58,6 @@ struct MacDesktopConfiguration {
MacDisplayConfigurations displays;
};
-} // namespace remoting
+} // namespace media
-#endif // REMOTING_CAPTURER_MAC_DESKTOP_CONFIGURATION_H_
+#endif // MEDIA_VIDEO_CAPTURE_SCREEN_MAC_DESKTOP_CONFIGURATION_H_
« no previous file with comments | « media/video/capture/screen/linux/x_server_pixel_buffer.cc ('k') | media/video/capture/screen/mac/desktop_configuration.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698