| Index: media/base/media_switches.h
|
| ===================================================================
|
| --- media/base/media_switches.h (revision 95116)
|
| +++ media/base/media_switches.h (working copy)
|
| @@ -8,6 +8,7 @@
|
| #define MEDIA_BASE_MEDIA_SWITCHES_H_
|
|
|
| #include "build/build_config.h"
|
| +#include "media/base/media_export.h"
|
|
|
| namespace switches {
|
|
|
| @@ -16,8 +17,8 @@
|
| extern const char kAlsaInputDevice[];
|
| #endif
|
|
|
| -extern const char kEnableAdaptive[];
|
| -extern const char kVideoThreads[];
|
| +MEDIA_EXPORT extern const char kEnableAdaptive[];
|
| +MEDIA_EXPORT extern const char kVideoThreads[];
|
|
|
| } // namespace switches
|
|
|
|
|