| Index: content/browser/browser_main_loop.h
|
| diff --git a/content/browser/browser_main_loop.h b/content/browser/browser_main_loop.h
|
| index 8c535ff302d97492b17642d5154d53bd5528f912..7755d8c1630b9eed826c1fa79631a69ae6da6753 100644
|
| --- a/content/browser/browser_main_loop.h
|
| +++ b/content/browser/browser_main_loop.h
|
| @@ -15,6 +15,7 @@
|
| #include "content/browser/browser_process_sub_thread.h"
|
| #include "content/public/browser/browser_main_runner.h"
|
| #include "media/audio/audio_manager.h"
|
| +#include "services/resource_coordinator/memory/coordinator/coordinator_impl.h"
|
|
|
| #if defined(USE_AURA)
|
| namespace aura {
|
| @@ -321,6 +322,8 @@ class CONTENT_EXPORT BrowserMainLoop {
|
| std::unique_ptr<discardable_memory::DiscardableSharedMemoryManager>
|
| discardable_shared_memory_manager_;
|
| scoped_refptr<SaveFileManager> save_file_manager_;
|
| + std::unique_ptr<memory_instrumentation::CoordinatorImpl>
|
| + memory_instrumentation_coordinator_;
|
|
|
| // DO NOT add members here. Add them to the right categories above.
|
|
|
|
|