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

Unified Diff: media/base/eme_constants.h

Issue 665343002: Move KeySystemInfo to media. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase only Created 6 years, 2 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
« no previous file with comments | « media/base/BUILD.gn ('k') | media/base/key_system_info.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/base/eme_constants.h
diff --git a/content/public/common/eme_constants.h b/media/base/eme_constants.h
similarity index 90%
rename from content/public/common/eme_constants.h
rename to media/base/eme_constants.h
index aaf183eb3342d57964be6fabe97fda53cfe14613..27ebfffa4c20e7aedd6664914da4a263f1c69f4a 100644
--- a/content/public/common/eme_constants.h
+++ b/media/base/eme_constants.h
@@ -2,12 +2,12 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef CONTENT_PUBLIC_COMMON_EME_CONSTANTS_H_
-#define CONTENT_PUBLIC_COMMON_EME_CONSTANTS_H_
+#ifndef MEDIA_BASE_EME_CONSTANTS_H_
+#define MEDIA_BASE_EME_CONSTANTS_H_
#include <stdint.h>
-namespace content {
+namespace media {
// Defines bitmask values that specify registered initialization data types used
// in Encrypted Media Extensions (EME).
@@ -48,6 +48,6 @@ enum EmeCodec {
typedef uint32_t SupportedInitDataTypes;
typedef uint32_t SupportedCodecs;
-} // namespace content
+} // namespace media
-#endif // CONTENT_PUBLIC_COMMON_EME_CONSTANTS_H_
+#endif // MEDIA_BASE_EME_CONSTANTS_H_
« no previous file with comments | « media/base/BUILD.gn ('k') | media/base/key_system_info.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698