Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(7)

Side by Side Diff: net/udp/udp_socket_win.h

Issue 1162973005: Stop including ip_address_number.h from net_util.h (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: remove some header sorting changes, seems to be breaking windows Created 5 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « net/udp/udp_socket_libevent.h ('k') | remoting/host/gcd_rest_client.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #ifndef NET_UDP_UDP_SOCKET_WIN_H_ 5 #ifndef NET_UDP_UDP_SOCKET_WIN_H_
6 #define NET_UDP_UDP_SOCKET_WIN_H_ 6 #define NET_UDP_UDP_SOCKET_WIN_H_
7 7
8 #include <qos2.h> 8 #include <qos2.h>
9 #include <winsock2.h> 9 #include <winsock2.h>
10 10
11 #include "base/memory/ref_counted.h" 11 #include "base/memory/ref_counted.h"
12 #include "base/memory/scoped_ptr.h" 12 #include "base/memory/scoped_ptr.h"
13 #include "base/threading/non_thread_safe.h" 13 #include "base/threading/non_thread_safe.h"
14 #include "base/win/object_watcher.h" 14 #include "base/win/object_watcher.h"
15 #include "base/win/scoped_handle.h" 15 #include "base/win/scoped_handle.h"
16 #include "net/base/address_family.h" 16 #include "net/base/address_family.h"
17 #include "net/base/completion_callback.h" 17 #include "net/base/completion_callback.h"
18 #include "net/base/io_buffer.h" 18 #include "net/base/io_buffer.h"
19 #include "net/base/ip_endpoint.h" 19 #include "net/base/ip_endpoint.h"
20 #include "net/base/net_export.h" 20 #include "net/base/net_export.h"
21 #include "net/base/net_util.h"
21 #include "net/base/rand_callback.h" 22 #include "net/base/rand_callback.h"
22 #include "net/log/net_log.h" 23 #include "net/log/net_log.h"
23 #include "net/udp/datagram_socket.h" 24 #include "net/udp/datagram_socket.h"
24 25
25 namespace net { 26 namespace net {
26 27
27 class NET_EXPORT UDPSocketWin 28 class NET_EXPORT UDPSocketWin
28 : NON_EXPORTED_BASE(public base::NonThreadSafe), 29 : NON_EXPORTED_BASE(public base::NonThreadSafe),
29 NON_EXPORTED_BASE(public base::win::ObjectWatcher::Delegate) { 30 NON_EXPORTED_BASE(public base::win::ObjectWatcher::Delegate) {
30 public: 31 public:
(...skipping 330 matching lines...) Expand 10 before | Expand all | Expand 10 after
361 SetFlowFn set_flow_func_; 362 SetFlowFn set_flow_func_;
362 363
363 FRIEND_TEST_ALL_PREFIXES(UDPSocketTest, SetDSCPFake); 364 FRIEND_TEST_ALL_PREFIXES(UDPSocketTest, SetDSCPFake);
364 DISALLOW_COPY_AND_ASSIGN(QwaveAPI); 365 DISALLOW_COPY_AND_ASSIGN(QwaveAPI);
365 }; 366 };
366 367
367 368
368 } // namespace net 369 } // namespace net
369 370
370 #endif // NET_UDP_UDP_SOCKET_WIN_H_ 371 #endif // NET_UDP_UDP_SOCKET_WIN_H_
OLDNEW
« no previous file with comments | « net/udp/udp_socket_libevent.h ('k') | remoting/host/gcd_rest_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698