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

Side by Side Diff: net/ftp/ftp_network_transaction_unittest.cc

Issue 1307643003: IWYU for base/memory/scoped_vector.h. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 5 years, 4 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/dns/mdns_client.h ('k') | third_party/libaddressinput/chromium/chrome_metadata_source.h » ('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 #include "net/ftp/ftp_network_transaction.h" 5 #include "net/ftp/ftp_network_transaction.h"
6 6
7 #include "build/build_config.h" 7 #include "build/build_config.h"
8 8
9 #include "base/compiler_specific.h" 9 #include "base/compiler_specific.h"
10 #include "base/memory/ref_counted.h" 10 #include "base/memory/ref_counted.h"
11 #include "base/memory/scoped_vector.h"
12 #include "base/strings/string_util.h" 11 #include "base/strings/string_util.h"
13 #include "base/strings/utf_string_conversions.h" 12 #include "base/strings/utf_string_conversions.h"
14 #include "net/base/host_port_pair.h" 13 #include "net/base/host_port_pair.h"
15 #include "net/base/io_buffer.h" 14 #include "net/base/io_buffer.h"
16 #include "net/base/net_util.h" 15 #include "net/base/net_util.h"
17 #include "net/base/test_completion_callback.h" 16 #include "net/base/test_completion_callback.h"
18 #include "net/dns/mock_host_resolver.h" 17 #include "net/dns/mock_host_resolver.h"
19 #include "net/ftp/ftp_request_info.h" 18 #include "net/ftp/ftp_request_info.h"
20 #include "net/socket/socket_test_util.h" 19 #include "net/socket/socket_test_util.h"
21 #include "testing/gtest/include/gtest/gtest.h" 20 #include "testing/gtest/include/gtest/gtest.h"
(...skipping 1592 matching lines...) Expand 10 before | Expand all | Expand 10 after
1614 FtpSocketDataProvider::PRE_TYPE, 1613 FtpSocketDataProvider::PRE_TYPE,
1615 "257 \"\"\r\n", 1614 "257 \"\"\r\n",
1616 OK); 1615 OK);
1617 } 1616 }
1618 1617
1619 INSTANTIATE_TEST_CASE_P(FTP, 1618 INSTANTIATE_TEST_CASE_P(FTP,
1620 FtpNetworkTransactionTest, 1619 FtpNetworkTransactionTest,
1621 ::testing::Values(AF_INET, AF_INET6)); 1620 ::testing::Values(AF_INET, AF_INET6));
1622 1621
1623 } // namespace net 1622 } // namespace net
OLDNEW
« no previous file with comments | « net/dns/mdns_client.h ('k') | third_party/libaddressinput/chromium/chrome_metadata_source.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698