| Index: base/process/process_metrics.cc
|
| diff --git a/base/process/process_metrics.cc b/base/process/process_metrics.cc
|
| index ad555aedffe9dd3e7950f7ff6a9c65c9cf42e33a..a38930a208857b6c914f51f84170b1eae7f6c5ea 100644
|
| --- a/base/process/process_metrics.cc
|
| +++ b/base/process/process_metrics.cc
|
| @@ -11,11 +11,6 @@
|
| #include "build/build_config.h"
|
|
|
| namespace base {
|
| -
|
| -SystemMemoryInfoKB::SystemMemoryInfoKB() = default;
|
| -
|
| -SystemMemoryInfoKB::SystemMemoryInfoKB(const SystemMemoryInfoKB& other) =
|
| - default;
|
|
|
| SystemMetrics::SystemMetrics() {
|
| committed_memory_ = 0;
|
|
|