summaryrefslogtreecommitdiffstats
path: root/o3d/statsreport/aggregator-mac.mm
diff options
context:
space:
mode:
authormaf@google.com <maf@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2009-08-06 04:09:16 +0000
committermaf@google.com <maf@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2009-08-06 04:09:16 +0000
commit09175df729ebf3ee0cf79bb01577744674dd24c2 (patch)
treeaea23c43be67ba51a67918d3f4c4762402831adc /o3d/statsreport/aggregator-mac.mm
parent6e713f08e972d4b7cf730c83a53345a4b53e1262 (diff)
downloadchromium_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.mm4
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();
}