| Index: base/ref_counted.h
|
| diff --git a/base/ref_counted.h b/base/ref_counted.h
|
| index 9fad55fbf5179b4e96739dcb071c915389659c53..e2b2ed29a3fd078e3d910b3b11e1c6be3eadefad 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<T, DefaultRefCountedThreadSafeTraits>::DeleteInternal(x);
|
| + RefCountedThreadSafe<T,
|
| + DefaultRefCountedThreadSafeTraits>::DeleteInternal(x);
|
| }
|
| };
|
|
|
|
|