| Index: content/browser/browser_main_loop.cc
|
| diff --git a/content/browser/browser_main_loop.cc b/content/browser/browser_main_loop.cc
|
| index d3a86b2f721f9d0f818e4353ca2bb60312b04a17..b00d912fd16754b46a0473fa6e956da1f2f78d37 100644
|
| --- a/content/browser/browser_main_loop.cc
|
| +++ b/content/browser/browser_main_loop.cc
|
| @@ -467,8 +467,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")
|
|
|