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

Unified Diff: media/gpu/avda_return_on_failure.h

Issue 1882373004: Migrate content/common/gpu/media code to media/gpu (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix several more bot-identified build issues Created 4 years, 8 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
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_

Powered by Google App Engine
This is Rietveld 408576698