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

Unified Diff: media/base/android/android_cdm_factory.h

Issue 1408793009: media: Remove BrowserCdmFactory inferface. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: real changes 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
Index: media/base/android/android_cdm_factory.h
diff --git a/media/cdm/android_cdm_factory.h b/media/base/android/android_cdm_factory.h
similarity index 79%
rename from media/cdm/android_cdm_factory.h
rename to media/base/android/android_cdm_factory.h
index b0ee4bbf6c48a25ab9efe6e5c792f055edadccb2..c469af8c2022c78b8d54221f18610a969dc05c61 100644
--- a/media/cdm/android_cdm_factory.h
+++ b/media/base/android/android_cdm_factory.h
@@ -2,17 +2,18 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef MEDIA_CDM_ANDROID_CDM_FACTORY_H_
-#define MEDIA_CDM_ANDROID_CDM_FACTORY_H_
+#ifndef MEDIA_BASE_ANDROID_ANDROID_CDM_FACTORY_H_
+#define MEDIA_BASE_ANDROID_ANDROID_CDM_FACTORY_H_
#include "base/macros.h"
#include "media/base/cdm_factory.h"
+#include "media/base/media_export.h"
namespace media {
struct CdmConfig;
-class AndroidCdmFactory : public CdmFactory {
+class MEDIA_EXPORT AndroidCdmFactory : public CdmFactory {
public:
AndroidCdmFactory();
~AndroidCdmFactory() final;
@@ -34,4 +35,4 @@ class AndroidCdmFactory : public CdmFactory {
} // namespace media
-#endif // MEDIA_CDM_ANDROID_CDM_FACTORY_H_
+#endif // MEDIA_BASE_ANDROID_ANDROID_CDM_FACTORY_H_

Powered by Google App Engine
This is Rietveld 408576698