summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--third_party/widevine/cdm/widevine_cdm_common.h11
-rw-r--r--third_party/widevine/cdm/widevine_cdm_version.h6
2 files changed, 9 insertions, 8 deletions
diff --git a/third_party/widevine/cdm/widevine_cdm_common.h b/third_party/widevine/cdm/widevine_cdm_common.h
index e782c3b..6ba1cf5 100644
--- a/third_party/widevine/cdm/widevine_cdm_common.h
+++ b/third_party/widevine/cdm/widevine_cdm_common.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 WIDEVINE_CDM_COMMON_H_INCLUDED_
-#define WIDEVINE_CDM_COMMON_H_INCLUDED_
+#ifndef WIDEVINE_CDM_WIDEVINE_CDM_COMMON_H_
+#define WIDEVINE_CDM_WIDEVINE_CDM_COMMON_H_
#include "base/files/file_path.h"
@@ -12,12 +12,13 @@
// "alpha" is a temporary name until a convention is defined.
const char kWidevineKeySystem[] = "com.widevine.alpha";
-const char kWidevineCdmPluginName[] = "Widevine HTML CDM";
+const char kWidevineCdmPluginName[] = "Widevine Content Decryption Module";
// Will be parsed as HTML.
const char kWidevineCdmPluginDescription[] =
"Enables Widevine licenses for playback of HTML audio/video content.";
const char kWidevineCdmPluginMimeType[] ="application/x-ppapi-widevine-cdm";
-const char kWidevineCdmPluginMimeTypeDescription[] = "Widevine HTML CDM";
+const char kWidevineCdmPluginMimeTypeDescription[] =
+ "Widevine Content Decryption Module";
// File name of the plugin on different platforms.
const base::FilePath::CharType kWidevineCdmPluginFileName[] =
@@ -29,4 +30,4 @@ const base::FilePath::CharType kWidevineCdmPluginFileName[] =
FILE_PATH_LITERAL("libwidevinecdmadapter.so");
#endif
-#endif // WIDEVINE_CDM_COMMON_H_INCLUDED_
+#endif // WIDEVINE_CDM_WIDEVINE_CDM_COMMON_H_
diff --git a/third_party/widevine/cdm/widevine_cdm_version.h b/third_party/widevine/cdm/widevine_cdm_version.h
index c3b624f..08aa5b9 100644
--- a/third_party/widevine/cdm/widevine_cdm_version.h
+++ b/third_party/widevine/cdm/widevine_cdm_version.h
@@ -5,8 +5,8 @@
// This is a stand-in for a generated file that is available when the
// Widevine CDM is available.
-#ifndef WIDEVINE_CDM_VERSION_H_INCLUDED_
-#define WIDEVINE_CDM_VERSION_H_INCLUDED_
+#ifndef WIDEVINE_CDM_VERSION_H_
+#define WIDEVINE_CDM_VERSION_H_
// If the Widevine CDM were available, we would include
// third_party/widevine/cdm/widevine_cdm_common.h and define two things:
@@ -14,4 +14,4 @@
// - WIDEVINE_CDM_VERSION_STRING (with the version of the CDM that's available
// as a string, e.g., "1.0.123.456").
-#endif // WIDEVINE_CDM_VERSION_H_INCLUDED_
+#endif // WIDEVINE_CDM_VERSION_H_