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

Unified Diff: media/midi/midi_switches.h

Issue 2480203002: ui: Cleanup class/struct forward declarations (Closed)
Patch Set: Sync CL to position 430550 Created 4 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/midi/midi_manager_android.cc ('k') | media/midi/midi_switches.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « media/midi/midi_manager_android.cc ('k') | media/midi/midi_switches.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698