diff options
Diffstat (limited to 'net/ftp')
-rw-r--r-- | net/ftp/ftp_auth_cache.h | 1 | ||||
-rw-r--r-- | net/ftp/ftp_ctrl_response_buffer.h | 1 | ||||
-rw-r--r-- | net/ftp/ftp_directory_listing_parser.h | 1 | ||||
-rw-r--r-- | net/ftp/ftp_directory_listing_parser_ls.h | 1 | ||||
-rw-r--r-- | net/ftp/ftp_directory_listing_parser_netware.h | 1 | ||||
-rw-r--r-- | net/ftp/ftp_directory_listing_parser_os2.h | 1 | ||||
-rw-r--r-- | net/ftp/ftp_directory_listing_parser_unittest.h | 1 | ||||
-rw-r--r-- | net/ftp/ftp_directory_listing_parser_vms.h | 1 | ||||
-rw-r--r-- | net/ftp/ftp_directory_listing_parser_windows.h | 1 | ||||
-rw-r--r-- | net/ftp/ftp_network_layer.h | 1 | ||||
-rw-r--r-- | net/ftp/ftp_network_session.h | 1 | ||||
-rw-r--r-- | net/ftp/ftp_network_transaction.h | 1 | ||||
-rw-r--r-- | net/ftp/ftp_request_info.h | 1 | ||||
-rw-r--r-- | net/ftp/ftp_response_info.h | 1 | ||||
-rw-r--r-- | net/ftp/ftp_server_type_histograms.h | 1 | ||||
-rw-r--r-- | net/ftp/ftp_transaction.h | 1 | ||||
-rw-r--r-- | net/ftp/ftp_transaction_factory.h | 1 | ||||
-rw-r--r-- | net/ftp/ftp_util.h | 1 |
18 files changed, 0 insertions, 18 deletions
diff --git a/net/ftp/ftp_auth_cache.h b/net/ftp/ftp_auth_cache.h index 393b23d..52b073c 100644 --- a/net/ftp/ftp_auth_cache.h +++ b/net/ftp/ftp_auth_cache.h @@ -4,7 +4,6 @@ #ifndef NET_FTP_FTP_AUTH_CACHE_H_ #define NET_FTP_FTP_AUTH_CACHE_H_ -#pragma once #include <list> diff --git a/net/ftp/ftp_ctrl_response_buffer.h b/net/ftp/ftp_ctrl_response_buffer.h index c2224bb..be74c95 100644 --- a/net/ftp/ftp_ctrl_response_buffer.h +++ b/net/ftp/ftp_ctrl_response_buffer.h @@ -5,7 +5,6 @@ #ifndef NET_FTP_FTP_CTRL_RESPONSE_BUFFER_H_ #define NET_FTP_FTP_CTRL_RESPONSE_BUFFER_H_ -#pragma once #include <queue> #include <string> diff --git a/net/ftp/ftp_directory_listing_parser.h b/net/ftp/ftp_directory_listing_parser.h index 7e43dc8..cc431ee 100644 --- a/net/ftp/ftp_directory_listing_parser.h +++ b/net/ftp/ftp_directory_listing_parser.h @@ -4,7 +4,6 @@ #ifndef NET_FTP_FTP_DIRECTORY_LISTING_PARSER_H_ #define NET_FTP_FTP_DIRECTORY_LISTING_PARSER_H_ -#pragma once #include <string> #include <vector> diff --git a/net/ftp/ftp_directory_listing_parser_ls.h b/net/ftp/ftp_directory_listing_parser_ls.h index a690d63..f3c16eb 100644 --- a/net/ftp/ftp_directory_listing_parser_ls.h +++ b/net/ftp/ftp_directory_listing_parser_ls.h @@ -4,7 +4,6 @@ #ifndef NET_FTP_FTP_DIRECTORY_LISTING_PARSER_LS_H_ #define NET_FTP_FTP_DIRECTORY_LISTING_PARSER_LS_H_ -#pragma once #include <vector> diff --git a/net/ftp/ftp_directory_listing_parser_netware.h b/net/ftp/ftp_directory_listing_parser_netware.h index b6c8078..a7bde93 100644 --- a/net/ftp/ftp_directory_listing_parser_netware.h +++ b/net/ftp/ftp_directory_listing_parser_netware.h @@ -4,7 +4,6 @@ #ifndef NET_FTP_FTP_DIRECTORY_LISTING_PARSER_NETWARE_H_ #define NET_FTP_FTP_DIRECTORY_LISTING_PARSER_NETWARE_H_ -#pragma once #include <vector> diff --git a/net/ftp/ftp_directory_listing_parser_os2.h b/net/ftp/ftp_directory_listing_parser_os2.h index 808343e..89c59f0 100644 --- a/net/ftp/ftp_directory_listing_parser_os2.h +++ b/net/ftp/ftp_directory_listing_parser_os2.h @@ -4,7 +4,6 @@ #ifndef NET_FTP_FTP_DIRECTORY_LISTING_PARSER_OS2_H_ #define NET_FTP_FTP_DIRECTORY_LISTING_PARSER_OS2_H_ -#pragma once #include <vector> diff --git a/net/ftp/ftp_directory_listing_parser_unittest.h b/net/ftp/ftp_directory_listing_parser_unittest.h index 11eb75b..dbb1678 100644 --- a/net/ftp/ftp_directory_listing_parser_unittest.h +++ b/net/ftp/ftp_directory_listing_parser_unittest.h @@ -4,7 +4,6 @@ #ifndef NET_FTP_FTP_DIRECTORY_LISTING_PARSER_UNITTEST_H_ #define NET_FTP_FTP_DIRECTORY_LISTING_PARSER_UNITTEST_H_ -#pragma once #include <vector> diff --git a/net/ftp/ftp_directory_listing_parser_vms.h b/net/ftp/ftp_directory_listing_parser_vms.h index 64df7df..6777387 100644 --- a/net/ftp/ftp_directory_listing_parser_vms.h +++ b/net/ftp/ftp_directory_listing_parser_vms.h @@ -4,7 +4,6 @@ #ifndef NET_FTP_FTP_DIRECTORY_LISTING_PARSER_VMS_H_ #define NET_FTP_FTP_DIRECTORY_LISTING_PARSER_VMS_H_ -#pragma once #include <vector> diff --git a/net/ftp/ftp_directory_listing_parser_windows.h b/net/ftp/ftp_directory_listing_parser_windows.h index 81cec7f..f45f433 100644 --- a/net/ftp/ftp_directory_listing_parser_windows.h +++ b/net/ftp/ftp_directory_listing_parser_windows.h @@ -4,7 +4,6 @@ #ifndef NET_FTP_FTP_DIRECTORY_LISTING_PARSER_WINDOWS_H_ #define NET_FTP_FTP_DIRECTORY_LISTING_PARSER_WINDOWS_H_ -#pragma once #include <vector> diff --git a/net/ftp/ftp_network_layer.h b/net/ftp/ftp_network_layer.h index 0c48f13..6040d02 100644 --- a/net/ftp/ftp_network_layer.h +++ b/net/ftp/ftp_network_layer.h @@ -4,7 +4,6 @@ #ifndef NET_FTP_FTP_NETWORK_LAYER_H_ #define NET_FTP_FTP_NETWORK_LAYER_H_ -#pragma once #include "base/basictypes.h" #include "base/compiler_specific.h" diff --git a/net/ftp/ftp_network_session.h b/net/ftp/ftp_network_session.h index ad1178a..c9b3388 100644 --- a/net/ftp/ftp_network_session.h +++ b/net/ftp/ftp_network_session.h @@ -4,7 +4,6 @@ #ifndef NET_FTP_FTP_NETWORK_SESSION_H_ #define NET_FTP_FTP_NETWORK_SESSION_H_ -#pragma once #include "base/memory/ref_counted.h" #include "net/base/net_export.h" diff --git a/net/ftp/ftp_network_transaction.h b/net/ftp/ftp_network_transaction.h index be1cfdd..681d806 100644 --- a/net/ftp/ftp_network_transaction.h +++ b/net/ftp/ftp_network_transaction.h @@ -4,7 +4,6 @@ #ifndef NET_FTP_FTP_NETWORK_TRANSACTION_H_ #define NET_FTP_FTP_NETWORK_TRANSACTION_H_ -#pragma once #include <string> #include <utility> diff --git a/net/ftp/ftp_request_info.h b/net/ftp/ftp_request_info.h index c73be47..b30610e 100644 --- a/net/ftp/ftp_request_info.h +++ b/net/ftp/ftp_request_info.h @@ -4,7 +4,6 @@ #ifndef NET_FTP_FTP_REQUEST_INFO_H_ #define NET_FTP_FTP_REQUEST_INFO_H_ -#pragma once #include "googleurl/src/gurl.h" diff --git a/net/ftp/ftp_response_info.h b/net/ftp/ftp_response_info.h index 81d09bd..a5a7ebe 100644 --- a/net/ftp/ftp_response_info.h +++ b/net/ftp/ftp_response_info.h @@ -4,7 +4,6 @@ #ifndef NET_FTP_FTP_RESPONSE_INFO_H_ #define NET_FTP_FTP_RESPONSE_INFO_H_ -#pragma once #include "base/time.h" #include "net/base/host_port_pair.h" diff --git a/net/ftp/ftp_server_type_histograms.h b/net/ftp/ftp_server_type_histograms.h index 7e5a21b..9a99588 100644 --- a/net/ftp/ftp_server_type_histograms.h +++ b/net/ftp/ftp_server_type_histograms.h @@ -4,7 +4,6 @@ #ifndef NET_FTP_FTP_SERVER_TYPE_HISTOGRAMS_H_ #define NET_FTP_FTP_SERVER_TYPE_HISTOGRAMS_H_ -#pragma once // The UpdateFtpServerTypeHistograms function collects statistics related // to the types of FTP servers that our users are encountering. diff --git a/net/ftp/ftp_transaction.h b/net/ftp/ftp_transaction.h index 4fec784..f0e1b41 100644 --- a/net/ftp/ftp_transaction.h +++ b/net/ftp/ftp_transaction.h @@ -4,7 +4,6 @@ #ifndef NET_FTP_FTP_TRANSACTION_H_ #define NET_FTP_FTP_TRANSACTION_H_ -#pragma once #include "net/base/completion_callback.h" #include "net/base/io_buffer.h" diff --git a/net/ftp/ftp_transaction_factory.h b/net/ftp/ftp_transaction_factory.h index 9e53c70..db32fbe 100644 --- a/net/ftp/ftp_transaction_factory.h +++ b/net/ftp/ftp_transaction_factory.h @@ -4,7 +4,6 @@ #ifndef NET_FTP_FTP_TRANSACTION_FACTORY_H_ #define NET_FTP_FTP_TRANSACTION_FACTORY_H_ -#pragma once #include "net/base/net_export.h" diff --git a/net/ftp/ftp_util.h b/net/ftp/ftp_util.h index d0250f0..41e9d5a 100644 --- a/net/ftp/ftp_util.h +++ b/net/ftp/ftp_util.h @@ -4,7 +4,6 @@ #ifndef NET_FTP_FTP_UTIL_H_ #define NET_FTP_FTP_UTIL_H_ -#pragma once #include <string> |