Index: components/memory_coordinator/browser/memory_monitor.cc |
diff --git a/components/memory_coordinator/browser/memory_monitor.cc b/components/memory_coordinator/browser/memory_monitor.cc |
deleted file mode 100644 |
index 175e251e68ad79b5d20ac92654f19479e5ebbb32..0000000000000000000000000000000000000000 |
--- a/components/memory_coordinator/browser/memory_monitor.cc |
+++ /dev/null |
@@ -1,18 +0,0 @@ |
-// Copyright (c) 2016 The Chromium Authors. All rights reserved. |
-// Use of this source code is governed by a BSD-style license that can be |
-// found in the LICENSE file. |
- |
-#include "components/memory_coordinator/browser/memory_monitor.h" |
- |
-#include "base/process/process_metrics.h" |
- |
-namespace memory_coordinator { |
- |
-MemoryMonitorDelegate::~MemoryMonitorDelegate() {} |
- |
-void MemoryMonitorDelegate::GetSystemMemoryInfo( |
- base::SystemMemoryInfoKB* mem_info) { |
- base::GetSystemMemoryInfo(mem_info); |
-} |
- |
-} // namespace memory_coordinator |