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

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

Issue 518313003: Move Mac media glue code from media/video/capture/mac to media/base/mac (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Sort header includes by path. Created 6 years, 3 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 | « media/base/mac/BUILD.gn ('k') | media/base/mac/avfoundation_glue.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/base/mac/avfoundation_glue.h
diff --git a/media/video/capture/mac/avfoundation_glue.h b/media/base/mac/avfoundation_glue.h
similarity index 95%
rename from media/video/capture/mac/avfoundation_glue.h
rename to media/base/mac/avfoundation_glue.h
index 1d6e177733a18f6d5ab193e1bddd4dd076b5e0a2..2a8683da2684391db322398e0c87d47de63ab599 100644
--- a/media/video/capture/mac/avfoundation_glue.h
+++ b/media/base/mac/avfoundation_glue.h
@@ -9,14 +9,14 @@
// clients can use AVFoundation via the rest of the classes declared in this
// file.
-#ifndef MEDIA_VIDEO_CAPTURE_MAC_AVFOUNDATION_GLUE_H_
-#define MEDIA_VIDEO_CAPTURE_MAC_AVFOUNDATION_GLUE_H_
+#ifndef MEDIA_BASE_MAC_AVFOUNDATION_GLUE_H_
+#define MEDIA_BASE_MAC_AVFOUNDATION_GLUE_H_
#import <Foundation/Foundation.h>
#include "base/basictypes.h"
+#include "media/base/mac/coremedia_glue.h"
#include "media/base/media_export.h"
-#import "media/video/capture/mac/coremedia_glue.h"
class MEDIA_EXPORT AVFoundationGlue {
public:
@@ -168,4 +168,4 @@ MEDIA_EXPORT
@end
-#endif // MEDIA_VIDEO_CAPTURE_MAC_AVFOUNDATION_GLUE_H_
+#endif // MEDIA_BASE_MAC_AVFOUNDATION_GLUE_H_
« no previous file with comments | « media/base/mac/BUILD.gn ('k') | media/base/mac/avfoundation_glue.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698