| Index: content/browser/browser_main_loop.h
|
| diff --git a/content/browser/browser_main_loop.h b/content/browser/browser_main_loop.h
|
| index 9dd623a3e5d12845e974b6795261e28aa379ddf2..b143867fd61dae14b4d34c153beded3bc7c678cc 100644
|
| --- a/content/browser/browser_main_loop.h
|
| +++ b/content/browser/browser_main_loop.h
|
| @@ -14,7 +14,6 @@
|
| #include "build/build_config.h"
|
| #include "content/browser/browser_process_sub_thread.h"
|
| #include "content/public/browser/browser_main_runner.h"
|
| -#include "services/resource_coordinator/memory/coordinator/coordinator_impl.h"
|
|
|
| #if defined(USE_AURA)
|
| namespace aura {
|
| @@ -53,6 +52,10 @@ class DeviceMonitorMac;
|
| #endif
|
| } // namespace media
|
|
|
| +namespace memory_instrumentation {
|
| +class CoordinatorImpl;
|
| +} // memory_instrumentation
|
| +
|
| namespace midi {
|
| class MidiService;
|
| } // namespace midi
|
|
|