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

Unified Diff: media/base/mac/avfoundation_glue.h

Issue 1551943002: Rewrite most of the scopers in //base/mac to use ScopedTypeRef or ScopedGeneric. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix iOS Created 5 years 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/base/mac/avfoundation_glue.h
diff --git a/media/base/mac/avfoundation_glue.h b/media/base/mac/avfoundation_glue.h
index bf796134ca8ccb1a290d17effa0645bef0cb3d7b..fd744a3eeb797fee363bfaac34be3a2b258d9d5e 100644
--- a/media/base/mac/avfoundation_glue.h
+++ b/media/base/mac/avfoundation_glue.h
@@ -94,11 +94,11 @@ MEDIA_EXPORT
@end
MEDIA_EXPORT
-@interface CrAVCaptureInput // Originally from AVCaptureInput.h.
+@interface CrAVCaptureInput : NSObject // Originally from AVCaptureInput.h.
@end
MEDIA_EXPORT
-@interface CrAVCaptureOutput // Originally from AVCaptureOutput.h.
+@interface CrAVCaptureOutput : NSObject // Originally from AVCaptureOutput.h.
@end
// Originally AVCaptureSession and coming from AVCaptureSession.h.

Powered by Google App Engine
This is Rietveld 408576698