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

Unified Diff: media/capture/video/file_video_capture_device.h

Issue 2081653004: Revert of Re-Reland: Make media/capture gn and gyps produce components (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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/video/file_video_capture_device.h
diff --git a/media/capture/video/file_video_capture_device.h b/media/capture/video/file_video_capture_device.h
index 53d2670f42cb90f93d1e7fe11c399ac613e78485..c3ecbfcc13b07fa634e6b60e53d80d2db07ff00f 100644
--- a/media/capture/video/file_video_capture_device.h
+++ b/media/capture/video/file_video_capture_device.h
@@ -32,7 +32,7 @@
// Example MJPEG videos can be found in media/data/test/bear.mjpeg.
// Restrictions: Y4M videos should have .y4m file extension and MJPEG videos
// should have .mjpeg file extension.
-class CAPTURE_EXPORT FileVideoCaptureDevice : public VideoCaptureDevice {
+class MEDIA_EXPORT FileVideoCaptureDevice : public VideoCaptureDevice {
public:
// Reads and parses the header of a |file_path|, returning the collected
// pixel format in |video_format|. Returns true on file parsed successfully,
« no previous file with comments | « media/capture/video/fake_video_capture_device_factory.h ('k') | media/capture/video/file_video_capture_device.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698