| Index: remoting/capturer/win/desktop.h
|
| diff --git a/remoting/host/win/desktop.h b/remoting/capturer/win/desktop.h
|
| similarity index 92%
|
| rename from remoting/host/win/desktop.h
|
| rename to remoting/capturer/win/desktop.h
|
| index 577f5e140a76d6a3bd438778b1214a8325927da9..f50a0478408e99d68d2561abeb1261e07fdc8843 100644
|
| --- a/remoting/host/win/desktop.h
|
| +++ b/remoting/capturer/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_HOST_WIN_DESKTOP_H_
|
| -#define REMOTING_HOST_WIN_DESKTOP_H_
|
| +#ifndef REMOTING_CAPTURER_WIN_DESKTOP_H_
|
| +#define REMOTING_CAPTURER_WIN_DESKTOP_H_
|
|
|
| #include <windows.h>
|
|
|
| @@ -55,4 +55,4 @@ class Desktop {
|
|
|
| } // namespace remoting
|
|
|
| -#endif // REMOTING_HOST_WIN_DESKTOP_H_
|
| +#endif // REMOTING_CAPTURER_WIN_DESKTOP_H_
|
|
|