| Index: content/browser/browser_main_loop.cc
|
| diff --git a/content/browser/browser_main_loop.cc b/content/browser/browser_main_loop.cc
|
| index c8352c64fe71b879fe2efc189fde97a79a771cb0..a6a0f7c546cb4a3d63392ef3d81679085df4f457 100644
|
| --- a/content/browser/browser_main_loop.cc
|
| +++ b/content/browser/browser_main_loop.cc
|
| @@ -1288,7 +1288,7 @@ int BrowserMainLoop::BrowserThreadsStarted() {
|
|
|
| {
|
| TRACE_EVENT0("startup", "BrowserThreadsStarted::Subsystem:MidiManager");
|
| - midi_manager_.reset(media::midi::MidiManager::Create());
|
| + midi_manager_.reset(midi::MidiManager::Create());
|
| }
|
|
|
| #if defined(OS_WIN)
|
|
|