Index: content/common/sandbox_mac.mm |
diff --git a/content/common/sandbox_mac.mm b/content/common/sandbox_mac.mm |
index 90b7fe921a0f6a62d4c19a15ce29cb6e80447cbe..1eb3e5fcdde49bacb917f2f6fc426f3d53e505bf 100644 |
--- a/content/common/sandbox_mac.mm |
+++ b/content/common/sandbox_mac.mm |
@@ -20,7 +20,7 @@ extern "C" { |
#include "base/mac/scoped_cftyperef.h" |
#include "base/mac/scoped_nsautorelease_pool.h" |
#include "base/memory/scoped_nsobject.h" |
-#include "base/rand_util_c.h" |
+#include "base/rand_util.h" |
#include "base/string16.h" |
#include "base/string_piece.h" |
#include "base/string_util.h" |
@@ -266,7 +266,7 @@ void Sandbox::SandboxWarmup(int sandbox_type) { |
{ |
// Allow access to /dev/urandom. |
- GetUrandomFD(); |
+ base::GetUrandomFD(); |
} |
// Process-type dependent warm-up. |