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

Side by Side Diff: webrtc/p2p/stunprober/stunprober.h

Issue 1942823002: Remove webrtc/base/scoped_ptr.h (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: fix additional scoped_ptr uses that had been added Created 4 years, 7 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 | « webrtc/p2p/quic/quictransportchannel.h ('k') | webrtc/pc/mediasession_unittest.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 /* 1 /*
2 * Copyright 2015 The WebRTC Project Authors. All rights reserved. 2 * Copyright 2015 The WebRTC Project Authors. All rights reserved.
3 * 3 *
4 * Use of this source code is governed by a BSD-style license 4 * Use of this source code is governed by a BSD-style license
5 * that can be found in the LICENSE file in the root of the source 5 * that can be found in the LICENSE file in the root of the source
6 * tree. An additional intellectual property rights grant can be found 6 * tree. An additional intellectual property rights grant can be found
7 * in the file PATENTS. All contributing project authors may 7 * in the file PATENTS. All contributing project authors may
8 * be found in the AUTHORS file in the root of the source tree. 8 * be found in the AUTHORS file in the root of the source tree.
9 */ 9 */
10 10
11 #ifndef WEBRTC_P2P_STUNPROBER_STUNPROBER_H_ 11 #ifndef WEBRTC_P2P_STUNPROBER_STUNPROBER_H_
12 #define WEBRTC_P2P_STUNPROBER_STUNPROBER_H_ 12 #define WEBRTC_P2P_STUNPROBER_STUNPROBER_H_
13 13
14 #include <set> 14 #include <set>
15 #include <string> 15 #include <string>
16 #include <vector> 16 #include <vector>
17 17
18 #include "webrtc/base/asyncinvoker.h" 18 #include "webrtc/base/asyncinvoker.h"
19 #include "webrtc/base/basictypes.h" 19 #include "webrtc/base/basictypes.h"
20 #include "webrtc/base/bytebuffer.h" 20 #include "webrtc/base/bytebuffer.h"
21 #include "webrtc/base/callback.h" 21 #include "webrtc/base/callback.h"
22 #include "webrtc/base/constructormagic.h" 22 #include "webrtc/base/constructormagic.h"
23 #include "webrtc/base/ipaddress.h" 23 #include "webrtc/base/ipaddress.h"
24 #include "webrtc/base/network.h" 24 #include "webrtc/base/network.h"
25 #include "webrtc/base/scoped_ptr.h"
26 #include "webrtc/base/socketaddress.h" 25 #include "webrtc/base/socketaddress.h"
27 #include "webrtc/base/thread.h" 26 #include "webrtc/base/thread.h"
28 #include "webrtc/base/thread_checker.h" 27 #include "webrtc/base/thread_checker.h"
29 #include "webrtc/typedefs.h" 28 #include "webrtc/typedefs.h"
30 29
31 namespace rtc { 30 namespace rtc {
32 class AsyncPacketSocket; 31 class AsyncPacketSocket;
33 class PacketSocketFactory; 32 class PacketSocketFactory;
34 class Thread; 33 class Thread;
35 class NetworkManager; 34 class NetworkManager;
(...skipping 210 matching lines...) Expand 10 before | Expand all | Expand 10 after
246 ObserverAdapter observer_adapter_; 245 ObserverAdapter observer_adapter_;
247 246
248 rtc::NetworkManager::NetworkList networks_; 247 rtc::NetworkManager::NetworkList networks_;
249 248
250 RTC_DISALLOW_COPY_AND_ASSIGN(StunProber); 249 RTC_DISALLOW_COPY_AND_ASSIGN(StunProber);
251 }; 250 };
252 251
253 } // namespace stunprober 252 } // namespace stunprober
254 253
255 #endif // WEBRTC_P2P_STUNPROBER_STUNPROBER_H_ 254 #endif // WEBRTC_P2P_STUNPROBER_STUNPROBER_H_
OLDNEW
« no previous file with comments | « webrtc/p2p/quic/quictransportchannel.h ('k') | webrtc/pc/mediasession_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698