| Index: media/gpu/avda_return_on_failure.h
|
| diff --git a/content/common/gpu/media/avda_return_on_failure.h b/media/gpu/avda_return_on_failure.h
|
| similarity index 89%
|
| rename from content/common/gpu/media/avda_return_on_failure.h
|
| rename to media/gpu/avda_return_on_failure.h
|
| index e295c9d53db304b9d667555ffbc8d8f91321b146..b68d9a1581bc735429664a6dd5f5888ff5bb30b2 100644
|
| --- a/content/common/gpu/media/avda_return_on_failure.h
|
| +++ b/media/gpu/avda_return_on_failure.h
|
| @@ -2,8 +2,8 @@
|
| // 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_AVDA_RETURN_ON_FAILURE_H_
|
| -#define CONTENT_COMMON_GPU_MEDIA_AVDA_RETURN_ON_FAILURE_H_
|
| +#ifndef MEDIA_GPU_AVDA_RETURN_ON_FAILURE_H_
|
| +#define MEDIA_GPU_AVDA_RETURN_ON_FAILURE_H_
|
|
|
| #include "media/video/video_decode_accelerator.h"
|
|
|
| @@ -31,4 +31,4 @@
|
| // Return null if !ptr.
|
| #define RETURN_NULL_IF_NULL(ptr) RETURN_IF_NULL(ptr, 0)
|
|
|
| -#endif // CONTENT_COMMON_GPU_MEDIA_AVDA_RETURN_ON_FAILURE_H_
|
| +#endif // MEDIA_GPU_AVDA_RETURN_ON_FAILURE_H_
|
|
|