| Index: base/win/pe_image.cc
|
| diff --git a/base/win/pe_image.cc b/base/win/pe_image.cc
|
| index db28699b7349abcfe20c0954931ce6007ae9174e..572b4d927e2eaf65cf147dc584fd70ea50166236 100644
|
| --- a/base/win/pe_image.cc
|
| +++ b/base/win/pe_image.cc
|
| @@ -10,14 +10,7 @@
|
| namespace base {
|
| namespace win {
|
|
|
| -#if defined(_WIN64) && !defined(NACL_WIN64)
|
| -// TODO(jschuh): crbug.com/167707 Make sure this is ok.
|
| -#pragma message ("Warning: \
|
| - This code is not tested on x64. Please make sure all the base unit tests\
|
| - pass before doing any real work. The current unit tests don't test the\
|
| - differences between 32- and 64-bits implementations. Bugs may slip through.\
|
| - You need to improve the coverage before continuing.")
|
| -#endif
|
| +// TODO(jschuh): crbug.com/167707 Make sure this code works on 64-bit.
|
|
|
| // Structure to perform imports enumerations.
|
| struct EnumAllImportsStorage {
|
|
|