From f35fd7fea6e6ac6525a3c2b628e60c5cc9f4a7e8 Mon Sep 17 00:00:00 2001 From: "deanm@google.com" Date: Mon, 11 Aug 2008 18:57:54 +0000 Subject: Move Ranges to std::vector, as is invalid if you want to assign to elements of the vector. This now compiles under GCC. git-svn-id: svn://svn.chromium.org/chrome/trunk/src@667 0039d316-1c4b-4281-b951-d872f2087c98 --- base/histogram.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'base/histogram.h') diff --git a/base/histogram.h b/base/histogram.h index 295f610..8b5743f 100644 --- a/base/histogram.h +++ b/base/histogram.h @@ -175,7 +175,7 @@ class Histogram : public StatsRate { static const Sample kSampleType_MAX = INT_MAX; typedef std::vector Counts; - typedef std::vector Ranges; + typedef std::vector Ranges; static const int kHexRangePrintingFlag = 0x8000; //---------------------------------------------------------------------------- -- cgit v1.1