summaryrefslogtreecommitdiffstats
path: root/base/pickle.h
diff options
context:
space:
mode:
authordeanm@google.com <deanm@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2008-08-11 11:00:13 +0000
committerdeanm@google.com <deanm@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2008-08-11 11:00:13 +0000
commit75c8f1df9b95d296c9fbcba04e9c7be173ac7a47 (patch)
treea87fbaa74f2d85f3ba8ee964d7c6a1f6379c64e7 /base/pickle.h
parentb321afd723f86131aedf27a7d38a2b69c99375c6 (diff)
downloadchromium_src-75c8f1df9b95d296c9fbcba04e9c7be173ac7a47.zip
chromium_src-75c8f1df9b95d296c9fbcba04e9c7be173ac7a47.tar.gz
chromium_src-75c8f1df9b95d296c9fbcba04e9c7be173ac7a47.tar.bz2
Remove class scoping operator from Pickle method declaration.
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@641 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'base/pickle.h')
-rw-r--r--base/pickle.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/base/pickle.h b/base/pickle.h
index da2a485..422a1a30 100644
--- a/base/pickle.h
+++ b/base/pickle.h
@@ -100,7 +100,7 @@ class Pickle {
// Safer version of ReadInt() checks for the result not being negative.
// Use it for reading the object sizes.
- bool Pickle::ReadLength(void** iter, int* result) const;
+ bool ReadLength(void** iter, int* result) const;
// Methods for adding to the payload of the Pickle. These values are
// appended to the end of the Pickle's payload. When reading values from a