summaryrefslogtreecommitdiffstats
path: root/net/base/cookie_monster.h
diff options
context:
space:
mode:
authorpkasting@chromium.org <pkasting@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2008-11-01 01:27:48 +0000
committerpkasting@chromium.org <pkasting@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2008-11-01 01:27:48 +0000
commit3962be8a09a4b7bc0b092dfe10567f4c72d25ced (patch)
tree9db33828cbebbbe3c6865a5714103df144d42968 /net/base/cookie_monster.h
parenta1c78c4c2440cef276b0f69a192deac5730220fc (diff)
downloadchromium_src-3962be8a09a4b7bc0b092dfe10567f4c72d25ced.zip
chromium_src-3962be8a09a4b7bc0b092dfe10567f4c72d25ced.tar.gz
chromium_src-3962be8a09a4b7bc0b092dfe10567f4c72d25ced.tar.bz2
Try to fix Mac and Linux compiles.
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@4357 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'net/base/cookie_monster.h')
-rw-r--r--net/base/cookie_monster.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/base/cookie_monster.h b/net/base/cookie_monster.h
index 68d8c3b..3a94b9b 100644
--- a/net/base/cookie_monster.h
+++ b/net/base/cookie_monster.h
@@ -66,7 +66,7 @@ class CookieMonster {
CookieMonster(PersistentCookieStore* store);
#ifdef UNIT_TEST
- CookieMonster::CookieMonster(int last_access_threshold_seconds)
+ CookieMonster(int last_access_threshold_seconds)
: initialized_(false),
store_(NULL),
last_access_threshold_(