| Index: base/file_descriptor_shuffle.h
|
| diff --git a/base/file_descriptor_shuffle.h b/base/file_descriptor_shuffle.h
|
| index 61aac694bd8ec853d2726b831decbb8a92a82be8..5740bfa0901f4070b2e0d870b7d606435b48e000 100644
|
| --- a/base/file_descriptor_shuffle.h
|
| +++ b/base/file_descriptor_shuffle.h
|
| @@ -4,7 +4,6 @@
|
|
|
| #ifndef BASE_FILE_DESCRIPTOR_SHUFFLE_H_
|
| #define BASE_FILE_DESCRIPTOR_SHUFFLE_H_
|
| -#pragma once
|
|
|
| // This code exists to perform the shuffling of file descriptors which is
|
| // commonly needed when forking subprocesses. The naive approve is very simple,
|
|
|