Avi Drissman | e4622aa | 2022-09-08 20:36:06 | [diff] [blame] | 1 | // Copyright 2012 The Chromium Authors |
[email protected] | 0840cc7 | 2009-11-24 16:14:53 | [diff] [blame] | 2 | // Use of this source code is governed by a BSD-style license that can be |
3 | // found in the LICENSE file. | ||||
4 | |||||
5 | #include "base/sync_socket.h" | ||||
[email protected] | 532e9bd | 2012-01-25 12:04:17 | [diff] [blame] | 6 | |
avi | 9b6f4293 | 2015-12-26 22:15:14 | [diff] [blame] | 7 | #include <limits.h> |
8 | #include <stddef.h> | ||||
9 | |||||
Austin Sullivan | edf168fd | 2024-01-17 21:37:20 | [diff] [blame] | 10 | #include <utility> |