| Index: chrome/browser/process_info_snapshot.h
 | 
| diff --git a/chrome/browser/process_info_snapshot.h b/chrome/browser/process_info_snapshot.h
 | 
| index 62cd134d8e49d82c69b20fbf9fa7506b36a1b4ce..575fbe2964dbb1c829842ff9c993fb42f61f69bb 100644
 | 
| --- a/chrome/browser/process_info_snapshot.h
 | 
| +++ b/chrome/browser/process_info_snapshot.h
 | 
| @@ -11,7 +11,8 @@
 | 
|  #include <string>
 | 
|  #include <vector>
 | 
|  
 | 
| -#include "base/process_util.h"
 | 
| +#include "base/process/process_handle.h"
 | 
| +#include "base/process/process_metrics.h"
 | 
|  
 | 
|  // A class which captures process information at a given point in time when its
 | 
|  // |Sample()| method is called. This information can then be probed by PID.
 | 
| 
 |