Chromium Code Reviews| Index: chrome/common/resource_bundle.cc |
| diff --git a/chrome/common/resource_bundle.cc b/chrome/common/resource_bundle.cc |
| index ed15af87d0c77d198395a34a89f0623dac1e5224..1e6b0ae5dfc304e110fc3deb7f552baf516dcb1f 100644 |
| --- a/chrome/common/resource_bundle.cc |
| +++ b/chrome/common/resource_bundle.cc |
| @@ -4,7 +4,9 @@ |
| #include "chrome/common/resource_bundle.h" |
| +#if defined(OS_WIN) |
|
tony
2009/01/13 21:33:27
Tears. Maybe we should try to work around the fal
|
| #include <atlbase.h> |
| +#endif |
| #include "base/gfx/png_decoder.h" |
| #include "base/logging.h" |