diff options
Diffstat (limited to 'content/browser/browser_main_loop.cc')
-rw-r--r-- | content/browser/browser_main_loop.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/content/browser/browser_main_loop.cc b/content/browser/browser_main_loop.cc index 0e946cf..f1a801b 100644 --- a/content/browser/browser_main_loop.cc +++ b/content/browser/browser_main_loop.cc @@ -468,8 +468,8 @@ void BrowserMainLoop::MainMessageLoopStart() { MediaInternals::GetInstance())); } { - TRACE_EVENT0("startup", "BrowserMainLoop::Subsystem:MIDIManager") - midi_manager_.reset(media::MIDIManager::Create()); + TRACE_EVENT0("startup", "BrowserMainLoop::Subsystem:MidiManager") + midi_manager_.reset(media::MidiManager::Create()); } { TRACE_EVENT0("startup", "BrowserMainLoop::Subsystem:ContentWebUIController") |