diff options
author | maf@google.com <maf@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-08-06 04:09:16 +0000 |
---|---|---|
committer | maf@google.com <maf@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-08-06 04:09:16 +0000 |
commit | 09175df729ebf3ee0cf79bb01577744674dd24c2 (patch) | |
tree | aea23c43be67ba51a67918d3f4c4762402831adc /o3d/statsreport/aggregator-mac.mm | |
parent | 6e713f08e972d4b7cf730c83a53345a4b53e1262 (diff) | |
download | chromium_src-09175df729ebf3ee0cf79bb01577744674dd24c2.zip chromium_src-09175df729ebf3ee0cf79bb01577744674dd24c2.tar.gz chromium_src-09175df729ebf3ee0cf79bb01577744674dd24c2.tar.bz2 |
Lots of changes required to build on GCC in full paranoia mode with no warnings generated.
Review URL: http://codereview.chromium.org/165013
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@22581 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'o3d/statsreport/aggregator-mac.mm')
-rw-r--r-- | o3d/statsreport/aggregator-mac.mm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/o3d/statsreport/aggregator-mac.mm b/o3d/statsreport/aggregator-mac.mm index 69699ab..8f212b6 100644 --- a/o3d/statsreport/aggregator-mac.mm +++ b/o3d/statsreport/aggregator-mac.mm @@ -43,8 +43,8 @@ namespace stats_report { MetricsAggregatorMac::MetricsAggregatorMac(const MetricCollection &coll) : MetricsAggregator(coll), - dict_(nil), - pool_(nil){ + pool_(nil), + dict_(nil) { storePath_ = O3DStatsPath(); } |