Index: chrome/common/resource_bundle.h |
diff --git a/chrome/common/resource_bundle.h b/chrome/common/resource_bundle.h |
index 9feff10297676c9da24706113b034b91784a378d..7af3ac8100c53519c2bf385da979aafcb688af02 100644 |
--- a/chrome/common/resource_bundle.h |
+++ b/chrome/common/resource_bundle.h |
@@ -19,6 +19,11 @@ |
#include "base/lock.h" |
#include "base/scoped_ptr.h" |
+#if defined(OS_LINUX) |
Dean McNamee
2009/01/14 11:28:03
I don't see why this should have to be ifdef'd, it
|
+namespace base { |
+ class DataPack; |
+}; |
+#endif |
class ChromeFont; |
class SkBitmap; |
class StringPiece; |