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

Side by Side Diff: net/quic/chromium/bidirectional_stream_quic_impl_unittest.cc

Issue 2596283002: Include-what-you-use for ThreadTaskRunnerHandle. (Closed)
Patch Set: rebase Created 3 years, 12 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
OLDNEW
1 // Copyright 2016 The Chromium Authors. All rights reserved. 1 // Copyright 2016 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 #include "net/quic/chromium/bidirectional_stream_quic_impl.h" 5 #include "net/quic/chromium/bidirectional_stream_quic_impl.h"
6 6
7 #include <utility> 7 #include <utility>
8 8
9 #include "base/callback_helpers.h" 9 #include "base/callback_helpers.h"
10 #include "base/memory/ptr_util.h" 10 #include "base/memory/ptr_util.h"
11 #include "base/run_loop.h" 11 #include "base/run_loop.h"
12 #include "base/strings/string_number_conversions.h" 12 #include "base/strings/string_number_conversions.h"
13 #include "base/threading/thread_task_runner_handle.h"
13 #include "base/time/time.h" 14 #include "base/time/time.h"
14 #include "net/base/ip_address.h" 15 #include "net/base/ip_address.h"
15 #include "net/base/load_timing_info.h" 16 #include "net/base/load_timing_info.h"
16 #include "net/base/load_timing_info_test_util.h" 17 #include "net/base/load_timing_info_test_util.h"
17 #include "net/base/net_errors.h" 18 #include "net/base/net_errors.h"
18 #include "net/http/bidirectional_stream_request_info.h" 19 #include "net/http/bidirectional_stream_request_info.h"
19 #include "net/http/transport_security_state.h" 20 #include "net/http/transport_security_state.h"
20 #include "net/log/net_log_event_type.h" 21 #include "net/log/net_log_event_type.h"
21 #include "net/log/test_net_log.h" 22 #include "net/log/test_net_log.h"
22 #include "net/log/test_net_log_util.h" 23 #include "net/log/test_net_log_util.h"
(...skipping 1817 matching lines...) Expand 10 before | Expand all | Expand 10 after
1840 1841
1841 base::RunLoop().RunUntilIdle(); 1842 base::RunLoop().RunUntilIdle();
1842 1843
1843 EXPECT_EQ(1, delegate->on_data_read_count()); 1844 EXPECT_EQ(1, delegate->on_data_read_count());
1844 EXPECT_EQ(0, delegate->on_data_sent_count()); 1845 EXPECT_EQ(0, delegate->on_data_sent_count());
1845 } 1846 }
1846 1847
1847 } // namespace test 1848 } // namespace test
1848 1849
1849 } // namespace net 1850 } // namespace net
OLDNEW
« no previous file with comments | « net/quic/chromium/bidirectional_stream_quic_impl.cc ('k') | net/quic/chromium/quic_end_to_end_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698