diff options
author | jar@chromium.org <jar@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-05-29 01:54:40 +0000 |
---|---|---|
committer | jar@chromium.org <jar@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-05-29 01:54:40 +0000 |
commit | 667eb6236de3dcd394d07e6bdf28ee7fa2f63ca5 (patch) | |
tree | 5d3747b6534ceeda9ab20f8ec724111fa27879d3 /base/histogram.h | |
parent | ab5196786a9458716b09844a4d6eec624c3e54a6 (diff) | |
download | chromium_src-667eb6236de3dcd394d07e6bdf28ee7fa2f63ca5.zip chromium_src-667eb6236de3dcd394d07e6bdf28ee7fa2f63ca5.tar.gz chromium_src-667eb6236de3dcd394d07e6bdf28ee7fa2f63ca5.tar.bz2 |
Fix typo in comments, and update comment.
This is really a patch from Ziad Hatahet, and can be seen
at http://codereview.chromium.org/2366006/show
R=ziadh
Review URL: http://codereview.chromium.org/2396001
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@48550 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'base/histogram.h')
-rw-r--r-- | base/histogram.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/base/histogram.h b/base/histogram.h index faac1ec..f4cb16e 100644 --- a/base/histogram.h +++ b/base/histogram.h @@ -458,10 +458,7 @@ class Histogram : public base::RefCountedThreadSafe<Histogram> { // Invariant values set at/near construction time // ASCII version of original name given to the constructor. All identically - // named instances will be coalesced cross-project TODO(jar). - // If a user needs one histogram name to be called by several places in a - // single process, a central function should be defined by the user, which - // defins the single declared instance of the named histogram. + // named instances will be coalesced cross-project. const std::string histogram_name_; Sample declared_min_; // Less than this goes into counts_[0] Sample declared_max_; // Over this goes into counts_[bucket_count_ - 1]. |