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

Unified Diff: media/capture/system_message_window_win.h

Issue 2068763002: Re-Reland: Make media/capture gn and gyps produce components (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Disable warning 4267 in Win capture.gyp (probs. lost in the previous relanding). Rebase Created 4 years, 6 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
Index: media/capture/system_message_window_win.h
diff --git a/media/capture/system_message_window_win.h b/media/capture/system_message_window_win.h
index 1dde0edb97b1908d3844c25dc7247972ce2d8c7b..6468317757be8ea5e19d1cc900d9317d052a7717 100644
--- a/media/capture/system_message_window_win.h
+++ b/media/capture/system_message_window_win.h
@@ -10,11 +10,11 @@
#include <memory>
#include "base/macros.h"
-#include "media/base/media_export.h"
+#include "media/capture/capture_export.h"
namespace media {
-class MEDIA_EXPORT SystemMessageWindowWin {
+class CAPTURE_EXPORT SystemMessageWindowWin {
public:
SystemMessageWindowWin();

Powered by Google App Engine
This is Rietveld 408576698