| Index: base/rand_util_posix.cc
|
| diff --git a/base/rand_util_posix.cc b/base/rand_util_posix.cc
|
| index 6abf5f82f1abe3064ab10b94fdcc79d31687deae..abb404a09965449f165ba1f4039eafd0ed176eab 100644
|
| --- a/base/rand_util_posix.cc
|
| +++ b/base/rand_util_posix.cc
|
| @@ -1,9 +1,8 @@
|
| -// 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.
|
|
|
| #include "base/rand_util.h"
|
| -#include "base/rand_util_c.h"
|
|
|
| #include <errno.h>
|
| #include <fcntl.h>
|
| @@ -54,8 +53,8 @@ uint64 RandUint64() {
|
| return number;
|
| }
|
|
|
| -} // namespace base
|
| -
|
| int GetUrandomFD(void) {
|
| return g_urandom_fd.Pointer()->fd();
|
| }
|
| +
|
| +} // namespace base
|
|
|