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

Unified Diff: media/gpu/vt_mac.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/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_

Powered by Google App Engine
This is Rietveld 408576698