| Index: device/capture/system_message_window_win.h
|
| diff --git a/media/capture/system_message_window_win.h b/device/capture/system_message_window_win.h
|
| similarity index 84%
|
| rename from media/capture/system_message_window_win.h
|
| rename to device/capture/system_message_window_win.h
|
| index 6468317757be8ea5e19d1cc900d9317d052a7717..41f11dbcb2f97393ba1c0bbb6cacc2d1d9ff8856 100644
|
| --- a/media/capture/system_message_window_win.h
|
| +++ b/device/capture/system_message_window_win.h
|
| @@ -2,17 +2,17 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef MEDIA_CAPTURE_SYSTEM_MESSAGE_WINDOW_WIN_H_
|
| -#define MEDIA_CAPTURE_SYSTEM_MESSAGE_WINDOW_WIN_H_
|
| +#ifndef DEVICE_CAPTURE_SYSTEM_MESSAGE_WINDOW_WIN_H_
|
| +#define DEVICE_CAPTURE_SYSTEM_MESSAGE_WINDOW_WIN_H_
|
|
|
| #include <windows.h>
|
|
|
| #include <memory>
|
|
|
| #include "base/macros.h"
|
| -#include "media/capture/capture_export.h"
|
| +#include "device/capture/capture_export.h"
|
|
|
| -namespace media {
|
| +namespace device {
|
|
|
| class CAPTURE_EXPORT SystemMessageWindowWin {
|
| public:
|
| @@ -49,6 +49,6 @@ class CAPTURE_EXPORT SystemMessageWindowWin {
|
| DISALLOW_COPY_AND_ASSIGN(SystemMessageWindowWin);
|
| };
|
|
|
| -} // namespace media
|
| +} // namespace device
|
|
|
| -#endif // MEDIA_CAPTURE_SYSTEM_MESSAGE_WINDOW_WIN_H_
|
| +#endif // DEVICE_CAPTURE_SYSTEM_MESSAGE_WINDOW_WIN_H_
|
|
|