| Index: media/blink/webcontentdecryptionmodule_impl.h
|
| diff --git a/media/blink/webcontentdecryptionmodule_impl.h b/media/blink/webcontentdecryptionmodule_impl.h
|
| index 3567d8b2e1c303cf791012c8ed4a7a6b3fcc81d6..730077e3cf7d839695933f1b8cc8bc62aac4b5c9 100644
|
| --- a/media/blink/webcontentdecryptionmodule_impl.h
|
| +++ b/media/blink/webcontentdecryptionmodule_impl.h
|
| @@ -8,7 +8,7 @@
|
| #include "base/memory/ref_counted.h"
|
| #include "base/memory/scoped_ptr.h"
|
| #include "base/strings/string16.h"
|
| -#include "media/base/media_export.h"
|
| +#include "media/blink/media_blink_export.h"
|
| #include "third_party/WebKit/public/platform/WebContentDecryptionModule.h"
|
| #include "third_party/WebKit/public/platform/WebContentDecryptionModuleResult.h"
|
|
|
| @@ -27,7 +27,7 @@ class CdmFactory;
|
| class CdmSessionAdapter;
|
| class WebContentDecryptionModuleSessionImpl;
|
|
|
| -class MEDIA_EXPORT WebContentDecryptionModuleImpl
|
| +class MEDIA_BLINK_EXPORT WebContentDecryptionModuleImpl
|
| : public blink::WebContentDecryptionModule {
|
| public:
|
| static void Create(
|
|
|