| Index: components/memory_coordinator/browser/test_memory_monitor.cc
|
| diff --git a/components/memory_coordinator/browser/test_memory_monitor.cc b/components/memory_coordinator/browser/test_memory_monitor.cc
|
| deleted file mode 100644
|
| index d17e768babe2a4d05de281f12c9c7c64c011991f..0000000000000000000000000000000000000000
|
| --- a/components/memory_coordinator/browser/test_memory_monitor.cc
|
| +++ /dev/null
|
| @@ -1,17 +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/test_memory_monitor.h"
|
| -
|
| -namespace memory_coordinator {
|
| -
|
| -TestMemoryMonitorDelegate::~TestMemoryMonitorDelegate() {}
|
| -
|
| -void TestMemoryMonitorDelegate::GetSystemMemoryInfo(
|
| - base::SystemMemoryInfoKB* mem_info) {
|
| - *mem_info = mem_info_;
|
| - ++calls_;
|
| -}
|
| -
|
| -} // namespace memory_coordinator
|
|
|