| Index: chrome/installer/util/installer_util_unittests.rc | 
| =================================================================== | 
| --- chrome/installer/util/installer_util_unittests.rc	(revision 78499) | 
| +++ chrome/installer/util/installer_util_unittests.rc	(working copy) | 
| @@ -7,7 +7,9 @@ | 
| // | 
| // Generated from the TEXTINCLUDE 2 resource. | 
| // | 
| -#include "afxres.h" | 
| +#define APSTUDIO_HIDDEN_SYMBOLS | 
| +#include "windows.h" | 
| +#undef APSTUDIO_HIDDEN_SYMBOLS | 
|  | 
| ///////////////////////////////////////////////////////////////////////////// | 
| #undef APSTUDIO_READONLY_SYMBOLS | 
| @@ -32,7 +34,9 @@ | 
|  | 
| 2 TEXTINCLUDE | 
| BEGIN | 
| -    "#include ""afxres.h""\r\n" | 
| +    "#define APSTUDIO_HIDDEN_SYMBOLS\r\n" | 
| +    "#include ""windows.h""\r\n" | 
| +    "#undef APSTUDIO_HIDDEN_SYMBOLS\r\n" | 
| "\0" | 
| END | 
|  | 
|  |