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

Unified Diff: media/base/key_system_names.h

Issue 1921823003: media: Move key_system_names to media/base/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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/base/key_system_names.h
diff --git a/media/cdm/key_system_names.h b/media/base/key_system_names.h
similarity index 89%
rename from media/cdm/key_system_names.h
rename to media/base/key_system_names.h
index 8b231718fffa89d8620f0751cc68783cd229ebac..a150528ba64d053acc2f00abb1994bc85c85db44 100644
--- a/media/cdm/key_system_names.h
+++ b/media/base/key_system_names.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 MEDIA_CDM_KEY_SYSTEM_NAMES_H_
-#define MEDIA_CDM_KEY_SYSTEM_NAMES_H_
+#ifndef MEDIA_BASE_KEY_SYSTEM_NAMES_H_
+#define MEDIA_BASE_KEY_SYSTEM_NAMES_H_
#include <string>
@@ -31,4 +31,4 @@ MEDIA_EXPORT bool IsExternalClearKey(const std::string& key_system);
} // namespace media
-#endif // MEDIA_CDM_KEY_SYSTEM_NAMES_H_
+#endif // MEDIA_BASE_KEY_SYSTEM_NAMES_H_
« no previous file with comments | « media/base/BUILD.gn ('k') | media/base/key_system_names.cc » ('j') | media/base/key_systems.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698