| 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_
|
|
|