| Index: base/posix/file_descriptor_shuffle.cc
|
| diff --git a/base/file_descriptor_shuffle.cc b/base/posix/file_descriptor_shuffle.cc
|
| similarity index 98%
|
| rename from base/file_descriptor_shuffle.cc
|
| rename to base/posix/file_descriptor_shuffle.cc
|
| index 7ad978729905a9d78a734a89564f56586e2bf706..0dde958442a931c17aff8c27d9bbec36d7dc2c9a 100644
|
| --- a/base/file_descriptor_shuffle.cc
|
| +++ b/base/posix/file_descriptor_shuffle.cc
|
| @@ -2,7 +2,7 @@
|
| // 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 "base/posix/file_descriptor_shuffle.h"
|
|
|
| #include <unistd.h>
|
| #include <stddef.h>
|
|
|