| Index: media/base/mac/coremedia_glue.h
|
| diff --git a/media/video/capture/mac/coremedia_glue.h b/media/base/mac/coremedia_glue.h
|
| similarity index 89%
|
| rename from media/video/capture/mac/coremedia_glue.h
|
| rename to media/base/mac/coremedia_glue.h
|
| index c69f279ed33b835b312745b2e0db40a34f58e1d4..2cafeeac4040b00e53d55814ce5adcd155a9400b 100644
|
| --- a/media/video/capture/mac/coremedia_glue.h
|
| +++ b/media/base/mac/coremedia_glue.h
|
| @@ -2,11 +2,10 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef MEDIA_VIDEO_CAPTURE_MAC_COREMEDIA_GLUE_H_
|
| -#define MEDIA_VIDEO_CAPTURE_MAC_COREMEDIA_GLUE_H_
|
| +#ifndef MEDIA_BASE_MAC_COREMEDIA_GLUE_H_
|
| +#define MEDIA_BASE_MAC_COREMEDIA_GLUE_H_
|
|
|
| -#import <CoreVideo/CoreVideo.h>
|
| -#import <Foundation/Foundation.h>
|
| +#include <CoreVideo/CoreVideo.h>
|
|
|
| #include "base/basictypes.h"
|
| #include "media/base/media_export.h"
|
| @@ -63,4 +62,4 @@ class MEDIA_EXPORT CoreMediaGlue {
|
| DISALLOW_IMPLICIT_CONSTRUCTORS(CoreMediaGlue);
|
| };
|
|
|
| -#endif // MEDIA_VIDEO_CAPTURE_MAC_COREMEDIA_GLUE_H_
|
| +#endif // MEDIA_BASE_MAC_COREMEDIA_GLUE_H_
|
|
|