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

Unified Diff: chrome/common/resource_bundle.h

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
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;

Powered by Google App Engine
This is Rietveld 408576698