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

Unified Diff: base/data_pack.cc

Issue 652166: Solaris: various edits towards compiling Chromium on Solaris. Changed __Solar... (Closed) Base URL: http://src.chromium.org/svn/trunk/src/
Patch Set: '' Created 10 years, 9 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
« no previous file with comments | « base/base.gypi ('k') | base/float_util.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/data_pack.cc
===================================================================
--- base/data_pack.cc (revision 43257)
+++ base/data_pack.cc (working copy)
@@ -22,7 +22,6 @@
// Length of file header: version and entry count.
static const size_t kHeaderLength = 2 * sizeof(uint32);
-#pragma pack(push,1)
struct DataPackEntry {
uint32 resource_id;
uint32 file_offset;
@@ -41,7 +40,6 @@
}
}
};
-#pragma pack(pop)
COMPILE_ASSERT(sizeof(DataPackEntry) == 12, size_of_header_must_be_twelve);
« no previous file with comments | « base/base.gypi ('k') | base/float_util.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698