| Index: media/video/capture/screen/win/desktop.h
|
| diff --git a/remoting/capturer/win/desktop.h b/media/video/capture/screen/win/desktop.h
|
| similarity index 88%
|
| rename from remoting/capturer/win/desktop.h
|
| rename to media/video/capture/screen/win/desktop.h
|
| index f50a0478408e99d68d2561abeb1261e07fdc8843..a27dee2620680ae3d1d2f387cbec870325adb327 100644
|
| --- a/remoting/capturer/win/desktop.h
|
| +++ b/media/video/capture/screen/win/desktop.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_WIN_DESKTOP_H_
|
| -#define REMOTING_CAPTURER_WIN_DESKTOP_H_
|
| +#ifndef MEDIA_VIDEO_CAPTURE_SCREEN_WIN_DESKTOP_H_
|
| +#define MEDIA_VIDEO_CAPTURE_SCREEN_WIN_DESKTOP_H_
|
|
|
| #include <windows.h>
|
|
|
| @@ -11,7 +11,7 @@
|
| #include "base/memory/scoped_ptr.h"
|
| #include "base/string16.h"
|
|
|
| -namespace remoting {
|
| +namespace media {
|
|
|
| class Desktop {
|
| public:
|
| @@ -53,6 +53,6 @@ class Desktop {
|
| DISALLOW_COPY_AND_ASSIGN(Desktop);
|
| };
|
|
|
| -} // namespace remoting
|
| +} // namespace media
|
|
|
| -#endif // REMOTING_CAPTURER_WIN_DESKTOP_H_
|
| +#endif // MEDIA_VIDEO_CAPTURE_SCREEN_WIN_DESKTOP_H_
|
|
|