summaryrefslogtreecommitdiffstats
path: root/content/browser/browser_main_loop.cc
diff options
context:
space:
mode:
Diffstat (limited to 'content/browser/browser_main_loop.cc')
-rw-r--r--content/browser/browser_main_loop.cc4
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")