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