From 75c8f1df9b95d296c9fbcba04e9c7be173ac7a47 Mon Sep 17 00:00:00 2001 From: "deanm@google.com" Date: Mon, 11 Aug 2008 11:00:13 +0000 Subject: Remove class scoping operator from Pickle method declaration. git-svn-id: svn://svn.chromium.org/chrome/trunk/src@641 0039d316-1c4b-4281-b951-d872f2087c98 --- base/pickle.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.1