Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2373)

Unified Diff: device/capture/system_message_window_win.h

Issue 2143903003: [WIP] Move media/capture to device/capture (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « device/capture/device_monitor_udev.cc ('k') | device/capture/system_message_window_win.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 86%
rename from media/capture/system_message_window_win.h
rename to device/capture/system_message_window_win.h
index 6468317757be8ea5e19d1cc900d9317d052a7717..593f5e77129200b78e898af57070b8667c43b04e 100644
--- a/media/capture/system_message_window_win.h
+++ b/device/capture/system_message_window_win.h
@@ -2,15 +2,15 @@
// 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 {
@@ -51,4 +51,4 @@ class CAPTURE_EXPORT SystemMessageWindowWin {
} // namespace media
-#endif // MEDIA_CAPTURE_SYSTEM_MESSAGE_WINDOW_WIN_H_
+#endif // DEVICE_CAPTURE_SYSTEM_MESSAGE_WINDOW_WIN_H_
« no previous file with comments | « device/capture/device_monitor_udev.cc ('k') | device/capture/system_message_window_win.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698