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

Unified Diff: media/midi/midi_manager.cc

Issue 2404443002: Web MIDI: use midi_service.mojom for media::midi::Result (Closed)
Patch Set: more using Created 4 years, 2 months 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/midi/midi_manager.cc
diff --git a/media/midi/midi_manager.cc b/media/midi/midi_manager.cc
index ad9dfcebe908560b6bfb11605a382c058238ff12..1ff912840ec347bfa83ce27da7648a9f11520b70 100644
--- a/media/midi/midi_manager.cc
+++ b/media/midi/midi_manager.cc
@@ -18,6 +18,8 @@ namespace {
using Sample = base::HistogramBase::Sample;
yhirano 2016/10/17 05:23:27 No blank line is needed here.
Takashi Toyoshima 2016/10/17 06:38:57 Done.
+using midi::mojom::Result;
+
// If many users have more devices, this number will be increased.
// But the number is expected to be big enough for now.
const Sample kMaxUmaDevices = 31;

Powered by Google App Engine
This is Rietveld 408576698