summaryrefslogtreecommitdiffstats
path: root/content/zygote/zygote_linux.cc
diff options
context:
space:
mode:
Diffstat (limited to 'content/zygote/zygote_linux.cc')
-rw-r--r--content/zygote/zygote_linux.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/content/zygote/zygote_linux.cc b/content/zygote/zygote_linux.cc
index aad5697..7d473a1 100644
--- a/content/zygote/zygote_linux.cc
+++ b/content/zygote/zygote_linux.cc
@@ -20,9 +20,9 @@
#include "base/file_util.h"
#include "base/linux_util.h"
#include "base/eintr_wrapper.h"
-#include "base/global_descriptors_posix.h"
#include "base/logging.h"
#include "base/pickle.h"
+#include "base/posix/global_descriptors.h"
#include "base/posix/unix_domain_socket.h"
#include "content/common/set_process_title.h"
#include "content/common/sandbox_linux.h"