Chromium Code Reviews| Index: chrome/browser/memory_details.h | 
| =================================================================== | 
| --- chrome/browser/memory_details.h (revision 9942) | 
| +++ chrome/browser/memory_details.h (working copy) | 
| @@ -5,11 +5,8 @@ | 
| #ifndef CHROME_BROWSER_MEMORY_DETAILS_H_ | 
| #define CHROME_BROWSER_MEMORY_DETAILS_H_ | 
| - | 
| -#include <string> | 
| 
 
Dean McNamee
2009/02/19 11:50:32
why did you remove string when it uses std::wstrin
 
 | 
| #include <vector> | 
| -#include "base/file_path.h" | 
| #include "base/process_util.h" | 
| #include "base/ref_counted.h" | 
| #include "chrome/common/child_process_info.h" |