 Chromium Code Reviews
 Chromium Code Reviews Issue 2558043007:
  Fix free memory calculation.  (Closed)
    
  
    Issue 2558043007:
  Fix free memory calculation.  (Closed) 
  | Index: base/process/process_metrics.cc | 
| diff --git a/base/process/process_metrics.cc b/base/process/process_metrics.cc | 
| index a38930a208857b6c914f51f84170b1eae7f6c5ea..ad555aedffe9dd3e7950f7ff6a9c65c9cf42e33a 100644 | 
| --- a/base/process/process_metrics.cc | 
| +++ b/base/process/process_metrics.cc | 
| @@ -12,6 +12,11 @@ | 
| namespace base { | 
| +SystemMemoryInfoKB::SystemMemoryInfoKB() = default; | 
| + | 
| +SystemMemoryInfoKB::SystemMemoryInfoKB(const SystemMemoryInfoKB& other) = | 
| + default; | 
| + | 
| SystemMetrics::SystemMetrics() { | 
| committed_memory_ = 0; | 
| } |