| Index: util/posix/close_multiple.h
|
| diff --git a/util/test/posix/close_multiple.h b/util/posix/close_multiple.h
|
| similarity index 92%
|
| rename from util/test/posix/close_multiple.h
|
| rename to util/posix/close_multiple.h
|
| index c2206bd057f33f0251e727d10feb4621f3097df9..2a66f28a83c089b5d7b6d406f92a608421c325d7 100644
|
| --- a/util/test/posix/close_multiple.h
|
| +++ b/util/posix/close_multiple.h
|
| @@ -12,8 +12,8 @@
|
| // See the License for the specific language governing permissions and
|
| // limitations under the License.
|
|
|
| -#ifndef CRASHPAD_UTIL_TEST_POSIX_CLOSE_MULTIPLE_H_
|
| -#define CRASHPAD_UTIL_TEST_POSIX_CLOSE_MULTIPLE_H_
|
| +#ifndef CRASHPAD_UTIL_POSIX_CLOSE_MULTIPLE_H_
|
| +#define CRASHPAD_UTIL_POSIX_CLOSE_MULTIPLE_H_
|
|
|
| namespace crashpad {
|
|
|
| @@ -41,4 +41,4 @@ void CloseMultipleNowOrOnExec(int fd, int preserve_fd);
|
|
|
| } // namespace crashpad
|
|
|
| -#endif // CRASHPAD_UTIL_TEST_POSIX_CLOSE_MULTIPLE_H_
|
| +#endif // CRASHPAD_UTIL_POSIX_CLOSE_MULTIPLE_H_
|
|
|