| Index: media/gpu/vt_mac.h
|
| diff --git a/content/common/gpu/media/vt_mac.h b/media/gpu/vt_mac.h
|
| similarity index 52%
|
| rename from content/common/gpu/media/vt_mac.h
|
| rename to media/gpu/vt_mac.h
|
| index fcb7d21f769a75c7a0a99363c3bad7ad28f89ba2..fbaa885d466c2054b342c12590c59c3d3230cca3 100644
|
| --- a/content/common/gpu/media/vt_mac.h
|
| +++ b/media/gpu/vt_mac.h
|
| @@ -2,18 +2,18 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef CONTENT_COMMON_GPU_MEDIA_VT_H_
|
| -#define CONTENT_COMMON_GPU_MEDIA_VT_H_
|
| +#ifndef MEDIA_GPU_VT_H_
|
| +#define MEDIA_GPU_VT_H_
|
|
|
| // Dynamic library loader.
|
| -#include "content/common/gpu/media/vt_stubs.h"
|
| +#include "media/gpu/vt_stubs.h"
|
|
|
| // CoreMedia and VideoToolbox types.
|
| -#include "content/common/gpu/media/vt_stubs_header.fragment"
|
| +#include "media/gpu/vt_stubs_header.fragment"
|
|
|
| // CoreMedia and VideoToolbox functions.
|
| extern "C" {
|
| -#include "content/common/gpu/media/vt.sig"
|
| +#include "media/gpu/vt.sig"
|
| } // extern "C"
|
|
|
| -#endif // CONTENT_COMMON_GPU_MEDIA_VT_H_
|
| +#endif // MEDIA_GPU_VT_H_
|
|
|