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

Unified Diff: media/base/key_system_info.cc

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/key_system_info.h ('k') | media/media.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/base/key_system_info.cc
diff --git a/content/public/renderer/key_system_info.cc b/media/base/key_system_info.cc
similarity index 81%
rename from content/public/renderer/key_system_info.cc
rename to media/base/key_system_info.cc
index 9578ebfcfefcf111f0a2c07d8509aff7ba490c5e..f4369124cf157c089ddd6272467eb6762311a747 100644
--- a/content/public/renderer/key_system_info.cc
+++ b/media/base/key_system_info.cc
@@ -2,9 +2,9 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "content/public/renderer/key_system_info.h"
+#include "media/base/key_system_info.h"
-namespace content {
+namespace media {
KeySystemInfo::KeySystemInfo(const std::string& key_system)
: key_system(key_system),
@@ -16,4 +16,4 @@ KeySystemInfo::KeySystemInfo(const std::string& key_system)
KeySystemInfo::~KeySystemInfo() {
}
-} // namespace content
+} // namespace media
« no previous file with comments | « media/base/key_system_info.h ('k') | media/media.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698