summaryrefslogtreecommitdiffstats
path: root/base/tracked_objects.h
diff options
context:
space:
mode:
authormmoss@google.com <mmoss@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2008-08-13 19:38:25 +0000
committermmoss@google.com <mmoss@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2008-08-13 19:38:25 +0000
commitf0d930ae5aa3ce03c124585a0feb303e1da52541 (patch)
treea4052994a274d2eaa10cffeecfc7616d1961e17c /base/tracked_objects.h
parent82e116f2fc854c891b0125c675f5eb3c131e7836 (diff)
downloadchromium_src-f0d930ae5aa3ce03c124585a0feb303e1da52541.zip
chromium_src-f0d930ae5aa3ce03c124585a0feb303e1da52541.tar.gz
chromium_src-f0d930ae5aa3ce03c124585a0feb303e1da52541.tar.bz2
Fix a couple "extra qualification" compile errors in method declarations, and move related non-Win32-specific files to common build target.
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@822 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'base/tracked_objects.h')
-rw-r--r--base/tracked_objects.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/base/tracked_objects.h b/base/tracked_objects.h
index a9ed57a..1ae0b1e 100644
--- a/base/tracked_objects.h
+++ b/base/tracked_objects.h
@@ -157,7 +157,7 @@ class Snapshot {
int64 square_duration() const { return death_data_.square_duration(); }
int AverageMsDuration() const { return death_data_.AverageMsDuration(); }
- void Snapshot::Write(std::string* output) const;
+ void Write(std::string* output) const;
void Add(const Snapshot& other);