From 15f8012b270d0eb76fe7e57e8e5e54b12ef68223 Mon Sep 17 00:00:00 2001 From: "tfarina@chromium.org" Date: Wed, 28 Jul 2010 16:48:10 +0000 Subject: Fix lines longer than 80 characters. BUG=50266 TEST=None Review URL: http://codereview.chromium.org/3013038 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@53958 0039d316-1c4b-4281-b951-d872f2087c98 --- base/ref_counted.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'base/ref_counted.h') diff --git a/base/ref_counted.h b/base/ref_counted.h index 9fad55f..e2b2ed2 100644 --- a/base/ref_counted.h +++ b/base/ref_counted.h @@ -1,4 +1,4 @@ -// Copyright (c) 2006-2008 The Chromium Authors. All rights reserved. +// Copyright (c) 2010 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. @@ -110,7 +110,8 @@ struct DefaultRefCountedThreadSafeTraits { // Delete through RefCountedThreadSafe to make child classes only need to be // friend with RefCountedThreadSafe instead of this struct, which is an // implementation detail. - RefCountedThreadSafe::DeleteInternal(x); + RefCountedThreadSafe::DeleteInternal(x); } }; -- cgit v1.1