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

Unified Diff: media/cdm/supported_cdm_versions.cc

Issue 1430503004: Move code out of supported_cdm_versions.h (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: #undef Created 5 years, 1 month 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/cdm/supported_cdm_versions.h ('k') | media/media.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/cdm/supported_cdm_versions.cc
diff --git a/media/cdm/supported_cdm_versions.h b/media/cdm/supported_cdm_versions.cc
similarity index 86%
copy from media/cdm/supported_cdm_versions.h
copy to media/cdm/supported_cdm_versions.cc
index 660919618b434dc0682ced6b332483e6c38bfc08..6a8f8962ea3f44de77899760a10d5bc3708e187c 100644
--- a/media/cdm/supported_cdm_versions.h
+++ b/media/cdm/supported_cdm_versions.cc
@@ -1,10 +1,10 @@
-// Copyright 2013 The Chromium Authors. All rights reserved.
+// Copyright 2015 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef MEDIA_CDM_SUPPORTED_CDM_VERSIONS_H_
-#define MEDIA_CDM_SUPPORTED_CDM_VERSIONS_H_
+#include "media/cdm/supported_cdm_versions.h"
+#include "base/basictypes.h"
#include "media/cdm/api/content_decryption_module.h"
namespace media {
@@ -48,5 +48,3 @@ bool IsSupportedCdmHostVersion(int version) {
}
} // namespace media
-
-#endif // MEDIA_CDM_SUPPORTED_CDM_VERSIONS_H_
« no previous file with comments | « media/cdm/supported_cdm_versions.h ('k') | media/media.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698