| Index: media/video/capture/screen/win/scoped_thread_desktop.h
|
| diff --git a/remoting/capturer/win/scoped_thread_desktop.h b/media/video/capture/screen/win/scoped_thread_desktop.h
|
| similarity index 78%
|
| rename from remoting/capturer/win/scoped_thread_desktop.h
|
| rename to media/video/capture/screen/win/scoped_thread_desktop.h
|
| index 5f2378b1eb53531379bb9469837ef9f4521bd7fc..1a9259ff15d481ebbba21eebf2e0559d310de380 100644
|
| --- a/remoting/capturer/win/scoped_thread_desktop.h
|
| +++ b/media/video/capture/screen/win/scoped_thread_desktop.h
|
| @@ -2,19 +2,20 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef REMOTING_CAPTURER_WIN_SCOPED_THREAD_DESKTOP_H_
|
| -#define REMOTING_CAPTURER_WIN_SCOPED_THREAD_DESKTOP_H_
|
| +#ifndef MEDIA_VIDEO_CAPTURE_SCREEN_WIN_SCOPED_THREAD_DESKTOP_H_
|
| +#define MEDIA_VIDEO_CAPTURE_SCREEN_WIN_SCOPED_THREAD_DESKTOP_H_
|
|
|
| #include <windows.h>
|
|
|
| #include "base/basictypes.h"
|
| #include "base/memory/scoped_ptr.h"
|
| +#include "media/base/media_export.h"
|
|
|
| -namespace remoting {
|
| +namespace media {
|
|
|
| class Desktop;
|
|
|
| -class ScopedThreadDesktop {
|
| +class MEDIA_EXPORT ScopedThreadDesktop {
|
| public:
|
| ScopedThreadDesktop();
|
| ~ScopedThreadDesktop();
|
| @@ -42,6 +43,6 @@ class ScopedThreadDesktop {
|
| DISALLOW_COPY_AND_ASSIGN(ScopedThreadDesktop);
|
| };
|
|
|
| -} // namespace remoting
|
| +} // namespace media
|
|
|
| -#endif // REMOTING_CAPTURER_WIN_SCOPED_THREAD_DESKTOP_H_
|
| +#endif // MEDIA_VIDEO_CAPTURE_SCREEN_WIN_SCOPED_THREAD_DESKTOP_H_
|
|
|