| Index: components/metrics/system_memory_stats_recorder_linux.cc
 | 
| diff --git a/components/metrics/system_memory_stats_recorder_linux.cc b/components/metrics/system_memory_stats_recorder_linux.cc
 | 
| index b5b2641ceefd39558f2a9ee775e6f4fa98edb1ce..c69dbaa0460c2d106eecd091ca2303923156ce7c 100644
 | 
| --- a/components/metrics/system_memory_stats_recorder_linux.cc
 | 
| +++ b/components/metrics/system_memory_stats_recorder_linux.cc
 | 
| @@ -6,6 +6,7 @@
 | 
|  
 | 
|  #include "base/metrics/histogram_macros.h"
 | 
|  #include "base/process/process_metrics.h"
 | 
| +#include "build/build_config.h"
 | 
|  
 | 
|  namespace metrics {
 | 
|  
 | 
| 
 |