| Index: media/midi/midi_switches.h
|
| diff --git a/media/midi/midi_switches.h b/media/midi/midi_switches.h
|
| index 73fd401e107d0bdf5d227707aadb5182eef47815..8786f50cac3cf4b75734245a0f0e587735cc7a11 100644
|
| --- a/media/midi/midi_switches.h
|
| +++ b/media/midi/midi_switches.h
|
| @@ -11,17 +11,13 @@
|
| #include "build/build_config.h"
|
| #include "media/midi/midi_export.h"
|
|
|
| -namespace switches {
|
| +namespace midi {
|
| +namespace features {
|
|
|
| #if defined(OS_ANDROID)
|
| -MIDI_EXPORT extern const char kUseAndroidMidiApi[];
|
| +MIDI_EXPORT extern const base::Feature kMidiManagerAndroid;
|
| #endif
|
|
|
| -} // namespace switches
|
| -
|
| -namespace midi {
|
| -namespace features {
|
| -
|
| #if defined(OS_WIN)
|
| MIDI_EXPORT extern const base::Feature kMidiManagerWinrt;
|
| #endif
|
|
|