Index: courgette/memory_allocator.cc |
diff --git a/courgette/memory_allocator.cc b/courgette/memory_allocator.cc |
index b3b8cf46fbc42d33af46b3a57b69a552e909c744..f089163453ec318764596c72c7668e10cc6ac44c 100644 |
--- a/courgette/memory_allocator.cc |
+++ b/courgette/memory_allocator.cc |
@@ -32,7 +32,7 @@ void TempFile::Close() { |
bool TempFile::Create() { |
DCHECK(file_ == base::kInvalidPlatformFileValue); |
base::FilePath path; |
- if (!file_util::CreateTemporaryFile(&path)) |
+ if (!base::CreateTemporaryFile(&path)) |
return false; |
bool created = false; |