| Index: chrome/browser/internal_auth.cc
|
| diff --git a/chrome/browser/internal_auth.cc b/chrome/browser/internal_auth.cc
|
| index cd7216e2948c0271247c41efd71cc53ca2b2bf4f..ff4d51e8c6a50dad43949be51828648d70264070 100644
|
| --- a/chrome/browser/internal_auth.cc
|
| +++ b/chrome/browser/internal_auth.cc
|
| @@ -1,4 +1,4 @@
|
| -// Copyright (c) 2011 The Chromium Authors. All rights reserved.
|
| +// Copyright (c) 2012 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.
|
|
|
| @@ -326,8 +326,7 @@ namespace {
|
|
|
| static base::LazyInstance<browser::InternalAuthVerificationService>
|
| g_verification_service = LAZY_INSTANCE_INITIALIZER;
|
| -static base::LazyInstance<base::Lock,
|
| - base::LeakyLazyInstanceTraits<base::Lock> >
|
| +static base::LazyInstance<base::Lock>::Leaky
|
| g_verification_service_lock = LAZY_INSTANCE_INITIALIZER;
|
|
|
| } // namespace
|
|
|