Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(122)

Unified Diff: chrome/common/resource_bundle.cc

Issue 17392: Make resource_bundle compile on Linux. (Closed)
Patch Set: Created 11 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« chrome/common/resource_bundle.h ('K') | « chrome/common/resource_bundle.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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"
« chrome/common/resource_bundle.h ('K') | « chrome/common/resource_bundle.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698