| Index: content/browser/memory/memory_coordinator_impl.cc
|
| diff --git a/content/browser/memory/memory_coordinator_impl.cc b/content/browser/memory/memory_coordinator_impl.cc
|
| index b531649079860900c0f406a35ea4f4558f52466f..0ed6859c49a819d8a97f8dcd63450f82a72bcb38 100644
|
| --- a/content/browser/memory/memory_coordinator_impl.cc
|
| +++ b/content/browser/memory/memory_coordinator_impl.cc
|
| @@ -5,6 +5,7 @@
|
| #include "content/browser/memory/memory_coordinator_impl.h"
|
|
|
| #include "base/memory/memory_coordinator_client_registry.h"
|
| +#include "base/memory/ptr_util.h"
|
| #include "base/metrics/histogram_macros.h"
|
| #include "base/process/process_handle.h"
|
| #include "base/process/process_metrics.h"
|
|
|