| Index: chrome/browser/diagnostics/recon_diagnostics.h
 | 
| diff --git a/chrome/browser/diagnostics/recon_diagnostics.h b/chrome/browser/diagnostics/recon_diagnostics.h
 | 
| index ac23e55a340a4da5494653f1c4dbb1387b7fe474..3ecfe95da8c79bf93ca10422d142d193933f6bc3 100644
 | 
| --- a/chrome/browser/diagnostics/recon_diagnostics.h
 | 
| +++ b/chrome/browser/diagnostics/recon_diagnostics.h
 | 
| @@ -44,6 +44,7 @@ enum OutcomeCodes {
 | 
|  
 | 
|    // JSONTest
 | 
|    DIAG_RECON_FILE_NOT_FOUND,
 | 
| +  DIAG_RECON_FILE_NOT_FOUND_OK,
 | 
|    DIAG_RECON_CANNOT_OBTAIN_FILE_SIZE,
 | 
|    DIAG_RECON_FILE_TOO_BIG,
 | 
|    DIAG_RECON_UNABLE_TO_OPEN_FILE,
 | 
| 
 |