diff options
Diffstat (limited to 'base/rand_util_posix.cc')
-rw-r--r-- | base/rand_util_posix.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/base/rand_util_posix.cc b/base/rand_util_posix.cc index f23330a..6abf5f8 100644 --- a/base/rand_util_posix.cc +++ b/base/rand_util_posix.cc @@ -1,4 +1,4 @@ -// Copyright (c) 2008 The Chromium Authors. All rights reserved. +// Copyright (c) 2011 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. @@ -36,7 +36,7 @@ class URandomFd { int fd_; }; -base::LazyInstance<URandomFd> g_urandom_fd(base::LINKER_INITIALIZED); +base::LazyInstance<URandomFd> g_urandom_fd = LAZY_INSTANCE_INITIALIZER; } // namespace |