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

Side by Side Diff: net/websockets/websocket_stream_create_test_base.h

Issue 2396503002: Fix net_export.h includes. (Closed)
Patch Set: Created 4 years, 2 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/websockets/websocket_handshake_stream_base.h ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright 2015 The Chromium Authors. All rights reserved. 1 // Copyright 2015 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_WEBSOCKETS_WEBSOCKET_STREAM_CREATE_TEST_BASE_H_ 5 #ifndef NET_WEBSOCKETS_WEBSOCKET_STREAM_CREATE_TEST_BASE_H_
6 #define NET_WEBSOCKETS_WEBSOCKET_STREAM_CREATE_TEST_BASE_H_ 6 #define NET_WEBSOCKETS_WEBSOCKET_STREAM_CREATE_TEST_BASE_H_
7 7
8 #include <memory> 8 #include <memory>
9 #include <string> 9 #include <string>
10 #include <utility> 10 #include <utility>
11 #include <vector> 11 #include <vector>
12 12
13 #include "base/macros.h" 13 #include "base/macros.h"
14 #include "base/run_loop.h" 14 #include "base/run_loop.h"
15 #include "base/timer/timer.h" 15 #include "base/timer/timer.h"
16 #include "net/base/net_export.h"
17 #include "net/socket/socket_test_util.h" 16 #include "net/socket/socket_test_util.h"
18 #include "net/ssl/ssl_info.h" 17 #include "net/ssl/ssl_info.h"
19 #include "net/websockets/websocket_event_interface.h" 18 #include "net/websockets/websocket_event_interface.h"
20 #include "net/websockets/websocket_test_util.h" 19 #include "net/websockets/websocket_test_util.h"
21 20
22 class GURL; 21 class GURL;
23 22
24 namespace net { 23 namespace net {
25 24
26 class HttpRequestHeaders; 25 class HttpRequestHeaders;
(...skipping 56 matching lines...) Expand 10 before | Expand all | Expand 10 after
83 base::RunLoop connect_run_loop_; 82 base::RunLoop connect_run_loop_;
84 83
85 private: 84 private:
86 class TestConnectDelegate; 85 class TestConnectDelegate;
87 DISALLOW_COPY_AND_ASSIGN(WebSocketStreamCreateTestBase); 86 DISALLOW_COPY_AND_ASSIGN(WebSocketStreamCreateTestBase);
88 }; 87 };
89 88
90 } // namespace net 89 } // namespace net
91 90
92 #endif // NET_WEBSOCKETS_WEBSOCKET_STREAM_CREATE_TEST_BASE_H_ 91 #endif // NET_WEBSOCKETS_WEBSOCKET_STREAM_CREATE_TEST_BASE_H_
OLDNEW
« no previous file with comments | « net/websockets/websocket_handshake_stream_base.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698