diff options
author | brettw@chromium.org <brettw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-11-09 23:46:54 +0000 |
---|---|---|
committer | brettw@chromium.org <brettw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-11-09 23:46:54 +0000 |
commit | 613eef6fa590053eba18074aef8b2e25e9b6ded9 (patch) | |
tree | 2eaa7e10f148a873697fc49d08078f832ac963c1 /content/zygote | |
parent | 61b5ab0a7bfa7ebd7ee8319604614dda30a38fd4 (diff) | |
download | chromium_src-613eef6fa590053eba18074aef8b2e25e9b6ded9.zip chromium_src-613eef6fa590053eba18074aef8b2e25e9b6ded9.tar.gz chromium_src-613eef6fa590053eba18074aef8b2e25e9b6ded9.tar.bz2 |
Move global_descriptors to base/posix.
This file represents a posix-only concept.
BUG=
Review URL: https://codereview.chromium.org/11293210
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@167008 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/zygote')
-rw-r--r-- | content/zygote/zygote_linux.cc | 2 |
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" |