| Index: content/browser/memory/memory_coordinator_impl.h
|
| diff --git a/content/browser/memory/memory_coordinator_impl.h b/content/browser/memory/memory_coordinator_impl.h
|
| index b86cc61be7a0a6aff3e6a712a68279e5168851b2..e624b2ad87bee59c22d8f43ed43e3b12beb9ae04 100644
|
| --- a/content/browser/memory/memory_coordinator_impl.h
|
| +++ b/content/browser/memory/memory_coordinator_impl.h
|
| @@ -10,7 +10,6 @@
|
| #include "base/memory/weak_ptr.h"
|
| #include "base/single_thread_task_runner.h"
|
| #include "base/threading/non_thread_safe.h"
|
| -#include "base/time/time.h"
|
| #include "content/browser/memory/memory_coordinator.h"
|
| #include "content/public/browser/notification_observer.h"
|
| #include "content/public/browser/notification_registrar.h"
|
| @@ -50,6 +49,7 @@ class CONTENT_EXPORT MemoryCoordinatorImpl : public MemoryCoordinator,
|
|
|
| MemoryMonitor* memory_monitor() { return memory_monitor_.get(); }
|
|
|
| + base::TimeDelta GetMonitoringInterval() const override;
|
| base::MemoryState GetCurrentMemoryState() const override;
|
| void SetCurrentMemoryStateForTesting(base::MemoryState memory_state) override;
|
|
|
|
|