Chromium Code Reviews| Index: base/rand_util_posix.cc |
| diff --git a/base/rand_util_posix.cc b/base/rand_util_posix.cc |
| index f23330ade711be54674c703cecdca7a1544048db..175560be28ecac86f98bde179f88437bb5ef49e2 100644 |
| --- a/base/rand_util_posix.cc |
| +++ b/base/rand_util_posix.cc |
| @@ -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 |