| Index: base/file_descriptor_shuffle.cc
|
| diff --git a/base/file_descriptor_shuffle.cc b/base/file_descriptor_shuffle.cc
|
| index 2bb156bf3c7d5005cd55242744f6e5e0d5f0e38e..7ad978729905a9d78a734a89564f56586e2bf706 100644
|
| --- a/base/file_descriptor_shuffle.cc
|
| +++ b/base/file_descriptor_shuffle.cc
|
| @@ -1,11 +1,12 @@
|
| -// Copyright (c) 2009 The Chromium Authors. All rights reserved.
|
| +// Copyright (c) 2011 The Chromium Authors. All rights reserved.
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| #include "base/file_descriptor_shuffle.h"
|
|
|
| -#include <errno.h>
|
| #include <unistd.h>
|
| +#include <stddef.h>
|
| +#include <ostream>
|
|
|
| #include "base/eintr_wrapper.h"
|
| #include "base/logging.h"
|
|
|