| Index: base/memory/shared_memory_posix.cc
 | 
| diff --git a/base/memory/shared_memory_posix.cc b/base/memory/shared_memory_posix.cc
 | 
| index 1a90847145b4d688bbd9cfd6ceac510c3da5c4fd..88d3f4cde3186242f93814e8bd634269e323c57f 100644
 | 
| --- a/base/memory/shared_memory_posix.cc
 | 
| +++ b/base/memory/shared_memory_posix.cc
 | 
| @@ -12,6 +12,7 @@
 | 
|  #include <unistd.h>
 | 
|  
 | 
|  #include "base/file_util.h"
 | 
| +#include "base/files/scoped_file.h"
 | 
|  #include "base/lazy_instance.h"
 | 
|  #include "base/logging.h"
 | 
|  #include "base/process/process_metrics.h"
 | 
| @@ -30,8 +31,6 @@
 | 
|  #include "third_party/ashmem/ashmem.h"
 | 
|  #endif
 | 
|  
 | 
| -using file_util::ScopedFILE;
 | 
| -
 | 
|  namespace base {
 | 
|  
 | 
|  namespace {
 | 
| 
 |