| Index: content/browser/browser_main_loop.cc
|
| diff --git a/content/browser/browser_main_loop.cc b/content/browser/browser_main_loop.cc
|
| index 75ca3bdf6c968d6d44889f36671cb5c6bb6a0dfd..88e0b993f79d5de5218af6300a35aec13b25abff 100644
|
| --- a/content/browser/browser_main_loop.cc
|
| +++ b/content/browser/browser_main_loop.cc
|
| @@ -1106,7 +1106,7 @@ int BrowserMainLoop::BrowserThreadsStarted() {
|
|
|
| {
|
| TRACE_EVENT0("startup", "BrowserThreadsStarted::Subsystem:MidiManager");
|
| - midi_manager_.reset(media::MidiManager::Create());
|
| + midi_manager_.reset(media::midi::MidiManager::Create());
|
| }
|
|
|
| #if defined(OS_LINUX) && defined(USE_UDEV)
|
|
|