diff options
author | ajwong@chromium.org <ajwong@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-07-11 19:01:43 +0000 |
---|---|---|
committer | ajwong@chromium.org <ajwong@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-07-11 19:01:43 +0000 |
commit | 01c86ece0232e9b15bff05f1ee508c7f6bdc2ef0 (patch) | |
tree | ce78aa58908c7bc64bcb3596bd1298b872b85701 /net/base | |
parent | a19317f99fd8f35cd2bf8ebe3d0f34dc71866574 (diff) | |
download | chromium_src-01c86ece0232e9b15bff05f1ee508c7f6bdc2ef0.zip chromium_src-01c86ece0232e9b15bff05f1ee508c7f6bdc2ef0.tar.gz chromium_src-01c86ece0232e9b15bff05f1ee508c7f6bdc2ef0.tar.bz2 |
Remove the rest of #pragma once in one big CL.
For context see this thread:
https://groups.google.com/a/chromium.org/forum/?fromgroups#!topic/chromium-dev/RMcVNGjB4II
TBR=thakis,pkasting,jam
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@146163 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'net/base')
119 files changed, 0 insertions, 119 deletions
diff --git a/net/base/address_family.h b/net/base/address_family.h index 8ea5256..75beb29 100644 --- a/net/base/address_family.h +++ b/net/base/address_family.h @@ -4,7 +4,6 @@ #ifndef NET_BASE_ADDRESS_FAMILY_H_ #define NET_BASE_ADDRESS_FAMILY_H_ -#pragma once namespace net { diff --git a/net/base/address_list.h b/net/base/address_list.h index f213058..b23c7ab 100644 --- a/net/base/address_list.h +++ b/net/base/address_list.h @@ -4,7 +4,6 @@ #ifndef NET_BASE_ADDRESS_LIST_H_ #define NET_BASE_ADDRESS_LIST_H_ -#pragma once #include <string> #include <vector> diff --git a/net/base/asn1_util.h b/net/base/asn1_util.h index cae0b00..aef1ec9 100644 --- a/net/base/asn1_util.h +++ b/net/base/asn1_util.h @@ -4,7 +4,6 @@ #ifndef NET_BASE_ASN1_UTIL_H_ #define NET_BASE_ASN1_UTIL_H_ -#pragma once #include <vector> diff --git a/net/base/auth.h b/net/base/auth.h index 3f856c4..46ea8d0 100644 --- a/net/base/auth.h +++ b/net/base/auth.h @@ -4,7 +4,6 @@ #ifndef NET_BASE_AUTH_H__ #define NET_BASE_AUTH_H__ -#pragma once #include <string> diff --git a/net/base/backoff_entry.h b/net/base/backoff_entry.h index 4827278..c50eafc 100644 --- a/net/base/backoff_entry.h +++ b/net/base/backoff_entry.h @@ -4,7 +4,6 @@ #ifndef NET_BASE_BACKOFF_ENTRY_H_ #define NET_BASE_BACKOFF_ENTRY_H_ -#pragma once #include "base/threading/non_thread_safe.h" #include "base/time.h" diff --git a/net/base/bandwidth_metrics.h b/net/base/bandwidth_metrics.h index 47a7c03..2317056 100644 --- a/net/base/bandwidth_metrics.h +++ b/net/base/bandwidth_metrics.h @@ -4,7 +4,6 @@ #ifndef NET_BASE_BANDWIDTH_METRICS_H_ #define NET_BASE_BANDWIDTH_METRICS_H_ -#pragma once #include <list> diff --git a/net/base/big_endian.h b/net/base/big_endian.h index 58e9521..cf2ee26 100644 --- a/net/base/big_endian.h +++ b/net/base/big_endian.h @@ -4,7 +4,6 @@ #ifndef NET_BASE_BIG_ENDIAN_H_ #define NET_BASE_BIG_ENDIAN_H_ -#pragma once #include "base/basictypes.h" #include "base/string_piece.h" diff --git a/net/base/cache_type.h b/net/base/cache_type.h index 280a3d2..0823389 100644 --- a/net/base/cache_type.h +++ b/net/base/cache_type.h @@ -4,7 +4,6 @@ #ifndef NET_BASE_CACHE_TYPE_H_ #define NET_BASE_CACHE_TYPE_H_ -#pragma once namespace net { diff --git a/net/base/capturing_net_log.h b/net/base/capturing_net_log.h index f0619cd..413be527 100644 --- a/net/base/capturing_net_log.h +++ b/net/base/capturing_net_log.h @@ -4,7 +4,6 @@ #ifndef NET_BASE_CAPTURING_NET_LOG_H_ #define NET_BASE_CAPTURING_NET_LOG_H_ -#pragma once #include <string> #include <vector> diff --git a/net/base/cert_database.h b/net/base/cert_database.h index 8a2803e..6785316 100644 --- a/net/base/cert_database.h +++ b/net/base/cert_database.h @@ -4,7 +4,6 @@ #ifndef NET_BASE_CERT_DATABASE_H_ #define NET_BASE_CERT_DATABASE_H_ -#pragma once #include <string> #include <vector> diff --git a/net/base/cert_status_flags.h b/net/base/cert_status_flags.h index 83aa935..897408d 100644 --- a/net/base/cert_status_flags.h +++ b/net/base/cert_status_flags.h @@ -4,7 +4,6 @@ #ifndef NET_BASE_CERT_STATUS_FLAGS_H_ #define NET_BASE_CERT_STATUS_FLAGS_H_ -#pragma once #include "base/basictypes.h" #include "net/base/net_export.h" diff --git a/net/base/cert_test_util.h b/net/base/cert_test_util.h index 15ceb58..ee370e7 100644 --- a/net/base/cert_test_util.h +++ b/net/base/cert_test_util.h @@ -4,7 +4,6 @@ #ifndef NET_BASE_CERT_TEST_UTIL_H_ #define NET_BASE_CERT_TEST_UTIL_H_ -#pragma once #include <string> diff --git a/net/base/cert_verifier.h b/net/base/cert_verifier.h index 18c035f..de8b9b5 100644 --- a/net/base/cert_verifier.h +++ b/net/base/cert_verifier.h @@ -4,7 +4,6 @@ #ifndef NET_BASE_CERT_VERIFIER_H_ #define NET_BASE_CERT_VERIFIER_H_ -#pragma once #include <string> diff --git a/net/base/cert_verify_proc.h b/net/base/cert_verify_proc.h index d379f16..a4801cfd 100644 --- a/net/base/cert_verify_proc.h +++ b/net/base/cert_verify_proc.h @@ -4,7 +4,6 @@ #ifndef NET_BASE_CERT_VERIFY_PROC_H_ #define NET_BASE_CERT_VERIFY_PROC_H_ -#pragma once #include <string> #include <vector> diff --git a/net/base/cert_verify_proc_mac.h b/net/base/cert_verify_proc_mac.h index b60bf28..d7460c8 100644 --- a/net/base/cert_verify_proc_mac.h +++ b/net/base/cert_verify_proc_mac.h @@ -4,7 +4,6 @@ #ifndef NET_BASE_CERT_VERIFY_PROC_MAC_H_ #define NET_BASE_CERT_VERIFY_PROC_MAC_H_ -#pragma once #include "net/base/cert_verify_proc.h" diff --git a/net/base/cert_verify_proc_nss.h b/net/base/cert_verify_proc_nss.h index 7496eaf..94af28e 100644 --- a/net/base/cert_verify_proc_nss.h +++ b/net/base/cert_verify_proc_nss.h @@ -4,7 +4,6 @@ #ifndef NET_BASE_CERT_VERIFY_PROC_NSS_H_ #define NET_BASE_CERT_VERIFY_PROC_NSS_H_ -#pragma once #include "net/base/cert_verify_proc.h" diff --git a/net/base/cert_verify_proc_openssl.h b/net/base/cert_verify_proc_openssl.h index 200451c..808b7d1 100644 --- a/net/base/cert_verify_proc_openssl.h +++ b/net/base/cert_verify_proc_openssl.h @@ -4,7 +4,6 @@ #ifndef NET_BASE_CERT_VERIFY_PROC_OPENSSL_H_ #define NET_BASE_CERT_VERIFY_PROC_OPENSSL_H_ -#pragma once #include "net/base/cert_verify_proc.h" diff --git a/net/base/cert_verify_proc_win.h b/net/base/cert_verify_proc_win.h index 7984f5e..e030714 100644 --- a/net/base/cert_verify_proc_win.h +++ b/net/base/cert_verify_proc_win.h @@ -4,7 +4,6 @@ #ifndef NET_BASE_CERT_VERIFY_PROC_WIN_H_ #define NET_BASE_CERT_VERIFY_PROC_WIN_H_ -#pragma once #include "net/base/cert_verify_proc.h" diff --git a/net/base/cert_verify_result.h b/net/base/cert_verify_result.h index e038b57..06baad2 100644 --- a/net/base/cert_verify_result.h +++ b/net/base/cert_verify_result.h @@ -4,7 +4,6 @@ #ifndef NET_BASE_CERT_VERIFY_RESULT_H_ #define NET_BASE_CERT_VERIFY_RESULT_H_ -#pragma once #include <vector> diff --git a/net/base/completion_callback.h b/net/base/completion_callback.h index a519491..7e5c90e 100644 --- a/net/base/completion_callback.h +++ b/net/base/completion_callback.h @@ -4,7 +4,6 @@ #ifndef NET_BASE_COMPLETION_CALLBACK_H__ #define NET_BASE_COMPLETION_CALLBACK_H__ -#pragma once #include "base/callback.h" #include "base/cancelable_callback.h" diff --git a/net/base/connection_type_histograms.h b/net/base/connection_type_histograms.h index e3e4a84..0670c8e 100644 --- a/net/base/connection_type_histograms.h +++ b/net/base/connection_type_histograms.h @@ -4,7 +4,6 @@ #ifndef NET_BASE_CONNECTION_TYPE_HISTOGRAMS_H_ #define NET_BASE_CONNECTION_TYPE_HISTOGRAMS_H_ -#pragma once // The UpdateConnectionTypeHistograms function collects statistics related // to the number of MD5 certificates that our users are encountering. The diff --git a/net/base/crl_set.h b/net/base/crl_set.h index 2e640d1..6e22a80 100644 --- a/net/base/crl_set.h +++ b/net/base/crl_set.h @@ -4,7 +4,6 @@ #ifndef NET_BASE_CRL_SET_H_ #define NET_BASE_CRL_SET_H_ -#pragma once #include <map> #include <string> diff --git a/net/base/crypto_module.h b/net/base/crypto_module.h index 2b37e86..be876ef 100644 --- a/net/base/crypto_module.h +++ b/net/base/crypto_module.h @@ -4,7 +4,6 @@ #ifndef NET_BASE_CRYPTO_MODULE_H_ #define NET_BASE_CRYPTO_MODULE_H_ -#pragma once #include <string> #include <vector> diff --git a/net/base/data_url.h b/net/base/data_url.h index 7b48574..3c1e303 100644 --- a/net/base/data_url.h +++ b/net/base/data_url.h @@ -4,7 +4,6 @@ #ifndef NET_BASE_DATA_URL_H_ #define NET_BASE_DATA_URL_H_ -#pragma once #include <string> diff --git a/net/base/default_server_bound_cert_store.h b/net/base/default_server_bound_cert_store.h index 7783bf2..94571aa 100644 --- a/net/base/default_server_bound_cert_store.h +++ b/net/base/default_server_bound_cert_store.h @@ -4,7 +4,6 @@ #ifndef NET_BASE_DEFAULT_SERVER_BOUND_CERT_STORE_H_ #define NET_BASE_DEFAULT_SERVER_BOUND_CERT_STORE_H_ -#pragma once #include <map> #include <string> diff --git a/net/base/directory_lister.h b/net/base/directory_lister.h index bde39e7..11976df 100644 --- a/net/base/directory_lister.h +++ b/net/base/directory_lister.h @@ -4,7 +4,6 @@ #ifndef NET_BASE_DIRECTORY_LISTER_H_ #define NET_BASE_DIRECTORY_LISTER_H_ -#pragma once #include <vector> diff --git a/net/base/dns_reloader.h b/net/base/dns_reloader.h index 899fbf3..889d404 100644 --- a/net/base/dns_reloader.h +++ b/net/base/dns_reloader.h @@ -4,7 +4,6 @@ #ifndef NET_BASE_DNS_RELOADER_H_ #define NET_BASE_DNS_RELOADER_H_ -#pragma once #include "build/build_config.h" diff --git a/net/base/dns_util.h b/net/base/dns_util.h index a991521..db44158 100644 --- a/net/base/dns_util.h +++ b/net/base/dns_util.h @@ -4,7 +4,6 @@ #ifndef NET_BASE_DNS_UTIL_H_ #define NET_BASE_DNS_UTIL_H_ -#pragma once #include <string> diff --git a/net/base/dnsrr_resolver.h b/net/base/dnsrr_resolver.h index 297fc43..ab30f50 100644 --- a/net/base/dnsrr_resolver.h +++ b/net/base/dnsrr_resolver.h @@ -4,7 +4,6 @@ #ifndef NET_BASE_DNSRR_RESOLVER_H_ #define NET_BASE_DNSRR_RESOLVER_H_ -#pragma once #include <map> #include <string> diff --git a/net/base/escape.h b/net/base/escape.h index 45c90fd..8771212 100644 --- a/net/base/escape.h +++ b/net/base/escape.h @@ -4,7 +4,6 @@ #ifndef NET_BASE_ESCAPE_H_ #define NET_BASE_ESCAPE_H_ -#pragma once #include <string> #include <vector> diff --git a/net/base/ev_root_ca_metadata.h b/net/base/ev_root_ca_metadata.h index 92333d5..ab76c49 100644 --- a/net/base/ev_root_ca_metadata.h +++ b/net/base/ev_root_ca_metadata.h @@ -4,7 +4,6 @@ #ifndef NET_BASE_EV_ROOT_CA_METADATA_H_ #define NET_BASE_EV_ROOT_CA_METADATA_H_ -#pragma once #include "build/build_config.h" diff --git a/net/base/expiring_cache.h b/net/base/expiring_cache.h index 1b1c738..fe2fc65 100644 --- a/net/base/expiring_cache.h +++ b/net/base/expiring_cache.h @@ -4,7 +4,6 @@ #ifndef NET_BASE_EXPIRING_CACHE_H_ #define NET_BASE_EXPIRING_CACHE_H_ -#pragma once #include <map> #include <utility> diff --git a/net/base/file_stream.h b/net/base/file_stream.h index 4b84ec0..2031bd0 100644 --- a/net/base/file_stream.h +++ b/net/base/file_stream.h @@ -9,7 +9,6 @@ #ifndef NET_BASE_FILE_STREAM_H_ #define NET_BASE_FILE_STREAM_H_ -#pragma once #include "base/platform_file.h" #include "net/base/completion_callback.h" diff --git a/net/base/file_stream_metrics.h b/net/base/file_stream_metrics.h index 5adb7e2..14988aa 100644 --- a/net/base/file_stream_metrics.h +++ b/net/base/file_stream_metrics.h @@ -6,7 +6,6 @@ #ifndef NET_BASE_FILE_STREAM_METRICS_H_ #define NET_BASE_FILE_STREAM_METRICS_H_ -#pragma once namespace net { diff --git a/net/base/file_stream_net_log_parameters.h b/net/base/file_stream_net_log_parameters.h index 4c15a38..09f96c8 100644 --- a/net/base/file_stream_net_log_parameters.h +++ b/net/base/file_stream_net_log_parameters.h @@ -6,7 +6,6 @@ #ifndef NET_BASE_FILE_STREAM_NET_LOG_PARAMETERS_H_ #define NET_BASE_FILE_STREAM_NET_LOG_PARAMETERS_H_ -#pragma once #include <string> diff --git a/net/base/file_stream_posix.h b/net/base/file_stream_posix.h index 8187bad..0f1ee01 100644 --- a/net/base/file_stream_posix.h +++ b/net/base/file_stream_posix.h @@ -6,7 +6,6 @@ #ifndef NET_BASE_FILE_STREAM_POSIX_H_ #define NET_BASE_FILE_STREAM_POSIX_H_ -#pragma once #include "base/memory/scoped_ptr.h" #include "base/memory/weak_ptr.h" diff --git a/net/base/file_stream_whence.h b/net/base/file_stream_whence.h index e256d6f..a962341 100644 --- a/net/base/file_stream_whence.h +++ b/net/base/file_stream_whence.h @@ -4,7 +4,6 @@ #ifndef NET_BASE_FILE_STREAM_WHENCE_H_ #define NET_BASE_FILE_STREAM_WHENCE_H_ -#pragma once namespace net { diff --git a/net/base/file_stream_win.h b/net/base/file_stream_win.h index 8ccf5f2..4feb7a2 100644 --- a/net/base/file_stream_win.h +++ b/net/base/file_stream_win.h @@ -6,7 +6,6 @@ #ifndef NET_BASE_FILE_STREAM_WIN_H_ #define NET_BASE_FILE_STREAM_WIN_H_ -#pragma once #include "base/memory/scoped_ptr.h" #include "base/memory/weak_ptr.h" diff --git a/net/base/filter.h b/net/base/filter.h index 1cea2d2..05a90d0 100644 --- a/net/base/filter.h +++ b/net/base/filter.h @@ -28,7 +28,6 @@ #ifndef NET_BASE_FILTER_H__ #define NET_BASE_FILTER_H__ -#pragma once #include <string> #include <vector> diff --git a/net/base/gzip_filter.h b/net/base/gzip_filter.h index 06cabc4..0365a92 100644 --- a/net/base/gzip_filter.h +++ b/net/base/gzip_filter.h @@ -14,7 +14,6 @@ #ifndef NET_BASE_GZIP_FILTER_H_ #define NET_BASE_GZIP_FILTER_H_ -#pragma once #include "base/basictypes.h" #include "base/memory/scoped_ptr.h" diff --git a/net/base/gzip_header.h b/net/base/gzip_header.h index 85c284a..82e55c2 100644 --- a/net/base/gzip_header.h +++ b/net/base/gzip_header.h @@ -14,7 +14,6 @@ #ifndef NET_BASE_GZIP_HEADER_H_ #define NET_BASE_GZIP_HEADER_H_ -#pragma once #include "base/basictypes.h" diff --git a/net/base/host_cache.h b/net/base/host_cache.h index 6f0e17d..7aff49c 100644 --- a/net/base/host_cache.h +++ b/net/base/host_cache.h @@ -4,7 +4,6 @@ #ifndef NET_BASE_HOST_CACHE_H_ #define NET_BASE_HOST_CACHE_H_ -#pragma once #include <functional> #include <string> diff --git a/net/base/host_mapping_rules.h b/net/base/host_mapping_rules.h index 386e3de..aa0fb77 100644 --- a/net/base/host_mapping_rules.h +++ b/net/base/host_mapping_rules.h @@ -4,7 +4,6 @@ #ifndef NET_BASE_HOST_MAPPING_RULES_H_ #define NET_BASE_HOST_MAPPING_RULES_H_ -#pragma once #include <string> #include <vector> diff --git a/net/base/host_port_pair.h b/net/base/host_port_pair.h index df22768..a4e5761 100644 --- a/net/base/host_port_pair.h +++ b/net/base/host_port_pair.h @@ -4,7 +4,6 @@ #ifndef NET_BASE_HOST_PORT_PAIR_H_ #define NET_BASE_HOST_PORT_PAIR_H_ -#pragma once #include <string> #include "base/basictypes.h" diff --git a/net/base/host_resolver.h b/net/base/host_resolver.h index 76ae779..58a5044 100644 --- a/net/base/host_resolver.h +++ b/net/base/host_resolver.h @@ -4,7 +4,6 @@ #ifndef NET_BASE_HOST_RESOLVER_H_ #define NET_BASE_HOST_RESOLVER_H_ -#pragma once #include <string> diff --git a/net/base/host_resolver_impl.h b/net/base/host_resolver_impl.h index 4918208..8c2579d 100644 --- a/net/base/host_resolver_impl.h +++ b/net/base/host_resolver_impl.h @@ -4,7 +4,6 @@ #ifndef NET_BASE_HOST_RESOLVER_IMPL_H_ #define NET_BASE_HOST_RESOLVER_IMPL_H_ -#pragma once #include <map> diff --git a/net/base/host_resolver_proc.h b/net/base/host_resolver_proc.h index 7a54d01..6131db4f 100644 --- a/net/base/host_resolver_proc.h +++ b/net/base/host_resolver_proc.h @@ -4,7 +4,6 @@ #ifndef NET_BASE_HOST_RESOLVER_PROC_H_ #define NET_BASE_HOST_RESOLVER_PROC_H_ -#pragma once #include <string> diff --git a/net/base/io_buffer.h b/net/base/io_buffer.h index 66c596a..f605a91 100644 --- a/net/base/io_buffer.h +++ b/net/base/io_buffer.h @@ -4,7 +4,6 @@ #ifndef NET_BASE_IO_BUFFER_H_ #define NET_BASE_IO_BUFFER_H_ -#pragma once #include <string> diff --git a/net/base/ip_endpoint.h b/net/base/ip_endpoint.h index 7d59e0d..5969b30 100644 --- a/net/base/ip_endpoint.h +++ b/net/base/ip_endpoint.h @@ -4,7 +4,6 @@ #ifndef NET_BASE_IP_ENDPOINT_H_ #define NET_BASE_IP_ENDPOINT_H_ -#pragma once #include <string> diff --git a/net/base/keygen_handler.h b/net/base/keygen_handler.h index ea56a96..a6e822c 100644 --- a/net/base/keygen_handler.h +++ b/net/base/keygen_handler.h @@ -4,7 +4,6 @@ #ifndef NET_BASE_KEYGEN_HANDLER_H_ #define NET_BASE_KEYGEN_HANDLER_H_ -#pragma once #include <string> diff --git a/net/base/load_flags.h b/net/base/load_flags.h index f3ce82a..53b2d58 100644 --- a/net/base/load_flags.h +++ b/net/base/load_flags.h @@ -4,7 +4,6 @@ #ifndef NET_BASE_LOAD_FLAGS_H_ #define NET_BASE_LOAD_FLAGS_H_ -#pragma once namespace net { diff --git a/net/base/load_states.h b/net/base/load_states.h index 97d6855..009ed21 100644 --- a/net/base/load_states.h +++ b/net/base/load_states.h @@ -4,7 +4,6 @@ #ifndef NET_BASE_LOAD_STATES_H__ #define NET_BASE_LOAD_STATES_H__ -#pragma once #include "base/string16.h" diff --git a/net/base/mapped_host_resolver.h b/net/base/mapped_host_resolver.h index 185f087..d1edf45 100644 --- a/net/base/mapped_host_resolver.h +++ b/net/base/mapped_host_resolver.h @@ -4,7 +4,6 @@ #ifndef NET_BASE_MAPPED_HOST_RESOLVER_H_ #define NET_BASE_MAPPED_HOST_RESOLVER_H_ -#pragma once #include <string> diff --git a/net/base/mime_sniffer.h b/net/base/mime_sniffer.h index 7d905e2..9cdb2d7 100644 --- a/net/base/mime_sniffer.h +++ b/net/base/mime_sniffer.h @@ -4,7 +4,6 @@ #ifndef NET_BASE_MIME_SNIFFER_H__ #define NET_BASE_MIME_SNIFFER_H__ -#pragma once #include <string> diff --git a/net/base/mime_util.h b/net/base/mime_util.h index ff70f4a..64293f4 100644 --- a/net/base/mime_util.h +++ b/net/base/mime_util.h @@ -4,7 +4,6 @@ #ifndef NET_BASE_MIME_UTIL_H__ #define NET_BASE_MIME_UTIL_H__ -#pragma once #include <string> #include <vector> diff --git a/net/base/mock_cert_verifier.h b/net/base/mock_cert_verifier.h index 60000a1..d0537c1 100644 --- a/net/base/mock_cert_verifier.h +++ b/net/base/mock_cert_verifier.h @@ -4,7 +4,6 @@ #ifndef NET_BASE_MOCK_CERT_VERIFIER_H_ #define NET_BASE_MOCK_CERT_VERIFIER_H_ -#pragma once #include <list> diff --git a/net/base/mock_file_stream.h b/net/base/mock_file_stream.h index 020dc9f..18b7127 100644 --- a/net/base/mock_file_stream.h +++ b/net/base/mock_file_stream.h @@ -6,7 +6,6 @@ #ifndef NET_BASE_MOCK_FILE_STREAM_H_ #define NET_BASE_MOCK_FILE_STREAM_H_ -#pragma once #include "base/basictypes.h" #include "base/compiler_specific.h" diff --git a/net/base/mock_filter_context.h b/net/base/mock_filter_context.h index b54e909..d35fc85 100644 --- a/net/base/mock_filter_context.h +++ b/net/base/mock_filter_context.h @@ -4,7 +4,6 @@ #ifndef NET_BASE_MOCK_FILTER_CONTEXT_H_ #define NET_BASE_MOCK_FILTER_CONTEXT_H_ -#pragma once #include <string> diff --git a/net/base/mock_host_resolver.h b/net/base/mock_host_resolver.h index 76b7ce1..fff0369 100644 --- a/net/base/mock_host_resolver.h +++ b/net/base/mock_host_resolver.h @@ -4,7 +4,6 @@ #ifndef NET_BASE_MOCK_HOST_RESOLVER_H_ #define NET_BASE_MOCK_HOST_RESOLVER_H_ -#pragma once #include <list> #include <map> diff --git a/net/base/multi_threaded_cert_verifier.h b/net/base/multi_threaded_cert_verifier.h index d901bfc..1ef04ab 100644 --- a/net/base/multi_threaded_cert_verifier.h +++ b/net/base/multi_threaded_cert_verifier.h @@ -4,7 +4,6 @@ #ifndef NET_BASE_MULTI_THREADED_CERT_VERIFIER_H_ #define NET_BASE_MULTI_THREADED_CERT_VERIFIER_H_ -#pragma once #include <map> #include <string> diff --git a/net/base/net_errors.h b/net/base/net_errors.h index 761c2d2..12344e7 100644 --- a/net/base/net_errors.h +++ b/net/base/net_errors.h @@ -4,7 +4,6 @@ #ifndef NET_BASE_NET_ERRORS_H__ #define NET_BASE_NET_ERRORS_H__ -#pragma once #include <vector> diff --git a/net/base/net_export.h b/net/base/net_export.h index bf16668..55cf986 100644 --- a/net/base/net_export.h +++ b/net/base/net_export.h @@ -4,7 +4,6 @@ #ifndef NET_BASE_NET_EXPORT_H_ #define NET_BASE_NET_EXPORT_H_ -#pragma once // Defines NET_EXPORT so that functionality implemented by the net module can // be exported to consumers, and NET_EXPORT_PRIVATE that allows unit tests to diff --git a/net/base/net_log.h b/net/base/net_log.h index 3b796e2..a5cc72e 100644 --- a/net/base/net_log.h +++ b/net/base/net_log.h @@ -4,7 +4,6 @@ #ifndef NET_BASE_NET_LOG_H_ #define NET_BASE_NET_LOG_H_ -#pragma once #include <string> diff --git a/net/base/net_log_unittest.h b/net/base/net_log_unittest.h index 2a4b458..32fb5f8 100644 --- a/net/base/net_log_unittest.h +++ b/net/base/net_log_unittest.h @@ -4,7 +4,6 @@ #ifndef NET_BASE_NET_LOG_UNITTEST_H_ #define NET_BASE_NET_LOG_UNITTEST_H_ -#pragma once #include <cstddef> diff --git a/net/base/net_module.h b/net/base/net_module.h index 7dbbda6..b2c768b 100644 --- a/net/base/net_module.h +++ b/net/base/net_module.h @@ -4,7 +4,6 @@ #ifndef NET_BASE_NET_MODULE_H__ #define NET_BASE_NET_MODULE_H__ -#pragma once #include "base/basictypes.h" #include "base/string_piece.h" diff --git a/net/base/net_test_suite.h b/net/base/net_test_suite.h index ddd23ba..5a7f025 100644 --- a/net/base/net_test_suite.h +++ b/net/base/net_test_suite.h @@ -4,7 +4,6 @@ #ifndef NET_BASE_NET_TEST_SUITE_H_ #define NET_BASE_NET_TEST_SUITE_H_ -#pragma once #include "base/memory/ref_counted.h" #include "base/test/test_suite.h" diff --git a/net/base/net_util.h b/net/base/net_util.h index 790e422..0b4ca64 100644 --- a/net/base/net_util.h +++ b/net/base/net_util.h @@ -4,7 +4,6 @@ #ifndef NET_BASE_NET_UTIL_H_ #define NET_BASE_NET_UTIL_H_ -#pragma once #include "build/build_config.h" diff --git a/net/base/network_change_notifier.h b/net/base/network_change_notifier.h index 5df16d0..8420a8f 100644 --- a/net/base/network_change_notifier.h +++ b/net/base/network_change_notifier.h @@ -4,7 +4,6 @@ #ifndef NET_BASE_NETWORK_CHANGE_NOTIFIER_H_ #define NET_BASE_NETWORK_CHANGE_NOTIFIER_H_ -#pragma once #include "base/basictypes.h" #include "base/observer_list_threadsafe.h" diff --git a/net/base/network_change_notifier_factory.h b/net/base/network_change_notifier_factory.h index 0812d55..88cc15a 100644 --- a/net/base/network_change_notifier_factory.h +++ b/net/base/network_change_notifier_factory.h @@ -4,7 +4,6 @@ #ifndef NET_BASE_NETWORK_CHANGE_NOTIFIER_FACTORY_H_ #define NET_BASE_NETWORK_CHANGE_NOTIFIER_FACTORY_H_ -#pragma once #include "net/base/net_export.h" diff --git a/net/base/network_change_notifier_linux.h b/net/base/network_change_notifier_linux.h index cc5ceff..c1ba1ee 100644 --- a/net/base/network_change_notifier_linux.h +++ b/net/base/network_change_notifier_linux.h @@ -4,7 +4,6 @@ #ifndef NET_BASE_NETWORK_CHANGE_NOTIFIER_LINUX_H_ #define NET_BASE_NETWORK_CHANGE_NOTIFIER_LINUX_H_ -#pragma once #include "base/basictypes.h" #include "base/compiler_specific.h" diff --git a/net/base/network_change_notifier_mac.h b/net/base/network_change_notifier_mac.h index 43d02fb..31ad4d5 100644 --- a/net/base/network_change_notifier_mac.h +++ b/net/base/network_change_notifier_mac.h @@ -4,7 +4,6 @@ #ifndef NET_BASE_NETWORK_CHANGE_NOTIFIER_MAC_H_ #define NET_BASE_NETWORK_CHANGE_NOTIFIER_MAC_H_ -#pragma once #include <SystemConfiguration/SystemConfiguration.h> diff --git a/net/base/network_change_notifier_netlink_linux.h b/net/base/network_change_notifier_netlink_linux.h index 13abbc6..c06fdc7 100644 --- a/net/base/network_change_notifier_netlink_linux.h +++ b/net/base/network_change_notifier_netlink_linux.h @@ -8,7 +8,6 @@ #ifndef NET_BASE_NETWORK_CHANGE_NOTIFIER_NETLINK_LINUX_H_ #define NET_BASE_NETWORK_CHANGE_NOTIFIER_NETLINK_LINUX_H_ -#pragma once #include <cstddef> diff --git a/net/base/network_change_notifier_win.h b/net/base/network_change_notifier_win.h index d37cb8f..c6a7415 100644 --- a/net/base/network_change_notifier_win.h +++ b/net/base/network_change_notifier_win.h @@ -4,7 +4,6 @@ #ifndef NET_BASE_NETWORK_CHANGE_NOTIFIER_WIN_H_ #define NET_BASE_NETWORK_CHANGE_NOTIFIER_WIN_H_ -#pragma once #include <windows.h> diff --git a/net/base/network_delegate.h b/net/base/network_delegate.h index ed6a7fa..137c914 100644 --- a/net/base/network_delegate.h +++ b/net/base/network_delegate.h @@ -4,7 +4,6 @@ #ifndef NET_BASE_NETWORK_DELEGATE_H_ #define NET_BASE_NETWORK_DELEGATE_H_ -#pragma once #include <string> diff --git a/net/base/nss_memio.h b/net/base/nss_memio.h index a54f520..2c6f5a4 100644 --- a/net/base/nss_memio.h +++ b/net/base/nss_memio.h @@ -5,7 +5,6 @@ #ifndef __MEMIO_H #define __MEMIO_H -#pragma once #include <stddef.h> diff --git a/net/base/openssl_private_key_store.h b/net/base/openssl_private_key_store.h index 17f8fe1..ec79646 100644 --- a/net/base/openssl_private_key_store.h +++ b/net/base/openssl_private_key_store.h @@ -4,7 +4,6 @@ #ifndef NET_BASE_OPENSSL_PRIVATE_KEY_STORE_H_ #define NET_BASE_OPENSSL_PRIVATE_KEY_STORE_H_ -#pragma once #include "base/basictypes.h" diff --git a/net/base/pem_tokenizer.h b/net/base/pem_tokenizer.h index 9f239fc..ea1fae9 100644 --- a/net/base/pem_tokenizer.h +++ b/net/base/pem_tokenizer.h @@ -4,7 +4,6 @@ #ifndef NET_BASE_PEM_TOKENIZER_H_ #define NET_BASE_PEM_TOKENIZER_H_ -#pragma once #include <string> #include <vector> diff --git a/net/base/platform_mime_util.h b/net/base/platform_mime_util.h index 6e124c1..85ee6cc 100644 --- a/net/base/platform_mime_util.h +++ b/net/base/platform_mime_util.h @@ -4,7 +4,6 @@ #ifndef NET_BASE_PLATFORM_MIME_UTIL_H_ #define NET_BASE_PLATFORM_MIME_UTIL_H_ -#pragma once #include <string> diff --git a/net/base/prioritized_dispatcher.h b/net/base/prioritized_dispatcher.h index 896d2db..708f9d6 100644 --- a/net/base/prioritized_dispatcher.h +++ b/net/base/prioritized_dispatcher.h @@ -4,7 +4,6 @@ #ifndef NET_BASE_PRIORITIZED_DISPATCHER_H_ #define NET_BASE_PRIORITIZED_DISPATCHER_H_ -#pragma once #include <vector> diff --git a/net/base/priority_queue.h b/net/base/priority_queue.h index d11ffcc..2da8936 100644 --- a/net/base/priority_queue.h +++ b/net/base/priority_queue.h @@ -4,7 +4,6 @@ #ifndef NET_BASE_PRIORITY_QUEUE_H_ #define NET_BASE_PRIORITY_QUEUE_H_ -#pragma once #include <list> #include <vector> diff --git a/net/base/rand_callback.h b/net/base/rand_callback.h index 894b020..3aae218 100644 --- a/net/base/rand_callback.h +++ b/net/base/rand_callback.h @@ -4,7 +4,6 @@ #ifndef NET_BASE_RAND_CALLBACK_H_ #define NET_BASE_RAND_CALLBACK_H_ -#pragma once #include "base/callback.h" diff --git a/net/base/registry_controlled_domain.h b/net/base/registry_controlled_domain.h index e6cb8ad..f40281f 100644 --- a/net/base/registry_controlled_domain.h +++ b/net/base/registry_controlled_domain.h @@ -112,7 +112,6 @@ #ifndef NET_BASE_REGISTRY_CONTROLLED_DOMAIN_H_ #define NET_BASE_REGISTRY_CONTROLLED_DOMAIN_H_ -#pragma once #include <string> diff --git a/net/base/request_priority.h b/net/base/request_priority.h index 6cf1eef..e6c0788 100644 --- a/net/base/request_priority.h +++ b/net/base/request_priority.h @@ -4,7 +4,6 @@ #ifndef NET_BASE_REQUEST_PRIORITY_H__ #define NET_BASE_REQUEST_PRIORITY_H__ -#pragma once namespace net { diff --git a/net/base/sdch_filter.h b/net/base/sdch_filter.h index 606ceb8f..9f7cf9a 100644 --- a/net/base/sdch_filter.h +++ b/net/base/sdch_filter.h @@ -13,7 +13,6 @@ #ifndef NET_BASE_SDCH_FILTER_H_ #define NET_BASE_SDCH_FILTER_H_ -#pragma once #include <string> diff --git a/net/base/sdch_manager.h b/net/base/sdch_manager.h index 00e2a71..dc35bd2 100644 --- a/net/base/sdch_manager.h +++ b/net/base/sdch_manager.h @@ -19,7 +19,6 @@ #ifndef NET_BASE_SDCH_MANAGER_H_ #define NET_BASE_SDCH_MANAGER_H_ -#pragma once #include <map> #include <set> diff --git a/net/base/server_bound_cert_service.h b/net/base/server_bound_cert_service.h index 3d3eea8..fda11fe 100644 --- a/net/base/server_bound_cert_service.h +++ b/net/base/server_bound_cert_service.h @@ -4,7 +4,6 @@ #ifndef NET_BASE_SERVER_BOUND_CERT_SERVICE_H_ #define NET_BASE_SERVER_BOUND_CERT_SERVICE_H_ -#pragma once #include <map> #include <string> diff --git a/net/base/server_bound_cert_store.h b/net/base/server_bound_cert_store.h index 59d9550..69f7a94 100644 --- a/net/base/server_bound_cert_store.h +++ b/net/base/server_bound_cert_store.h @@ -4,7 +4,6 @@ #ifndef NET_BASE_SERVER_BOUND_CERT_STORE_H_ #define NET_BASE_SERVER_BOUND_CERT_STORE_H_ -#pragma once #include <list> #include <string> diff --git a/net/base/single_request_cert_verifier.h b/net/base/single_request_cert_verifier.h index 6ae8bb6..29d9f04 100644 --- a/net/base/single_request_cert_verifier.h +++ b/net/base/single_request_cert_verifier.h @@ -4,7 +4,6 @@ #ifndef NET_BASE_SINGLE_REQUEST_CERT_VERIFIER_H_ #define NET_BASE_SINGLE_REQUEST_CERT_VERIFIER_H_ -#pragma once #include "net/base/cert_verifier.h" diff --git a/net/base/single_request_host_resolver.h b/net/base/single_request_host_resolver.h index 03b646f..89d249f 100644 --- a/net/base/single_request_host_resolver.h +++ b/net/base/single_request_host_resolver.h @@ -4,7 +4,6 @@ #ifndef NET_BASE_SINGLE_REQUEST_HOST_RESOLVER_H_ #define NET_BASE_SINGLE_REQUEST_HOST_RESOLVER_H_ -#pragma once #include "net/base/host_resolver.h" diff --git a/net/base/ssl_cert_request_info.h b/net/base/ssl_cert_request_info.h index ffce13f..3be3b94 100644 --- a/net/base/ssl_cert_request_info.h +++ b/net/base/ssl_cert_request_info.h @@ -4,7 +4,6 @@ #ifndef NET_BASE_SSL_CERT_REQUEST_INFO_H_ #define NET_BASE_SSL_CERT_REQUEST_INFO_H_ -#pragma once #include <string> #include <vector> diff --git a/net/base/ssl_cipher_suite_names.h b/net/base/ssl_cipher_suite_names.h index 8d1f4d1..5d5a906 100644 --- a/net/base/ssl_cipher_suite_names.h +++ b/net/base/ssl_cipher_suite_names.h @@ -4,7 +4,6 @@ #ifndef NET_BASE_SSL_CIPHER_SUITE_NAMES_H_ #define NET_BASE_SSL_CIPHER_SUITE_NAMES_H_ -#pragma once #include <string> diff --git a/net/base/ssl_client_auth_cache.h b/net/base/ssl_client_auth_cache.h index acaa572..6bfa8e6 100644 --- a/net/base/ssl_client_auth_cache.h +++ b/net/base/ssl_client_auth_cache.h @@ -4,7 +4,6 @@ #ifndef NET_BASE_SSL_CLIENT_AUTH_CACHE_H_ #define NET_BASE_SSL_CLIENT_AUTH_CACHE_H_ -#pragma once #include <string> #include <map> diff --git a/net/base/ssl_client_cert_type.h b/net/base/ssl_client_cert_type.h index 921a6f4..cc68598 100644 --- a/net/base/ssl_client_cert_type.h +++ b/net/base/ssl_client_cert_type.h @@ -4,7 +4,6 @@ #ifndef NET_BASE_SSL_CLIENT_CERT_TYPE_H_ #define NET_BASE_SSL_CLIENT_CERT_TYPE_H_ -#pragma once namespace net { diff --git a/net/base/ssl_config_service.h b/net/base/ssl_config_service.h index 94c5efc..4ad882b 100644 --- a/net/base/ssl_config_service.h +++ b/net/base/ssl_config_service.h @@ -4,7 +4,6 @@ #ifndef NET_BASE_SSL_CONFIG_SERVICE_H_ #define NET_BASE_SSL_CONFIG_SERVICE_H_ -#pragma once #include <vector> diff --git a/net/base/ssl_config_service_defaults.h b/net/base/ssl_config_service_defaults.h index 9094db5..7987874 100644 --- a/net/base/ssl_config_service_defaults.h +++ b/net/base/ssl_config_service_defaults.h @@ -4,7 +4,6 @@ #ifndef NET_BASE_SSL_CONFIG_SERVICE_DEFAULTS_H_ #define NET_BASE_SSL_CONFIG_SERVICE_DEFAULTS_H_ -#pragma once #include "net/base/net_export.h" #include "net/base/ssl_config_service.h" diff --git a/net/base/ssl_connection_status_flags.h b/net/base/ssl_connection_status_flags.h index bf349ce..b5f25b9 100644 --- a/net/base/ssl_connection_status_flags.h +++ b/net/base/ssl_connection_status_flags.h @@ -4,7 +4,6 @@ #ifndef NET_BASE_SSL_CONNECTION_STATUS_FLAGS_H_ #define NET_BASE_SSL_CONNECTION_STATUS_FLAGS_H_ -#pragma once namespace net { diff --git a/net/base/ssl_info.h b/net/base/ssl_info.h index f69557e..b3c37d2 100644 --- a/net/base/ssl_info.h +++ b/net/base/ssl_info.h @@ -4,7 +4,6 @@ #ifndef NET_BASE_SSL_INFO_H_ #define NET_BASE_SSL_INFO_H_ -#pragma once #include <vector> diff --git a/net/base/static_cookie_policy.h b/net/base/static_cookie_policy.h index 664c638cf..eaf2f97 100644 --- a/net/base/static_cookie_policy.h +++ b/net/base/static_cookie_policy.h @@ -4,7 +4,6 @@ #ifndef NET_BASE_STATIC_COOKIE_POLICY_H_ #define NET_BASE_STATIC_COOKIE_POLICY_H_ -#pragma once #include "base/basictypes.h" #include "net/base/net_export.h" diff --git a/net/base/stream_listen_socket.h b/net/base/stream_listen_socket.h index 9e88864..e1dddbb 100644 --- a/net/base/stream_listen_socket.h +++ b/net/base/stream_listen_socket.h @@ -15,7 +15,6 @@ #ifndef NET_BASE_STREAM_LISTEN_SOCKET_H_ #define NET_BASE_STREAM_LISTEN_SOCKET_H_ -#pragma once #include <list> diff --git a/net/base/tcp_listen_socket.h b/net/base/tcp_listen_socket.h index 7398565..e194e28 100644 --- a/net/base/tcp_listen_socket.h +++ b/net/base/tcp_listen_socket.h @@ -4,7 +4,6 @@ #ifndef NET_BASE_TCP_LISTEN_SOCKET_H_ #define NET_BASE_TCP_LISTEN_SOCKET_H_ -#pragma once #include <string> diff --git a/net/base/tcp_listen_socket_unittest.h b/net/base/tcp_listen_socket_unittest.h index e1069b6..ba21263 100644 --- a/net/base/tcp_listen_socket_unittest.h +++ b/net/base/tcp_listen_socket_unittest.h @@ -4,7 +4,6 @@ #ifndef NET_BASE_LISTEN_SOCKET_UNITTEST_H_ #define NET_BASE_LISTEN_SOCKET_UNITTEST_H_ -#pragma once #include "build/build_config.h" diff --git a/net/base/test_completion_callback.h b/net/base/test_completion_callback.h index 6d44abe..c886cfb 100644 --- a/net/base/test_completion_callback.h +++ b/net/base/test_completion_callback.h @@ -4,7 +4,6 @@ #ifndef NET_BASE_TEST_COMPLETION_CALLBACK_H_ #define NET_BASE_TEST_COMPLETION_CALLBACK_H_ -#pragma once #include "base/compiler_specific.h" #include "base/tuple.h" diff --git a/net/base/test_data_stream.h b/net/base/test_data_stream.h index 1b4b0ba..464220e 100644 --- a/net/base/test_data_stream.h +++ b/net/base/test_data_stream.h @@ -4,7 +4,6 @@ #ifndef NET_BASE_TEST_DATA_STREAM_H_ #define NET_BASE_TEST_DATA_STREAM_H_ -#pragma once #include <string.h> // for memcpy(). #include <algorithm> diff --git a/net/base/test_root_certs.h b/net/base/test_root_certs.h index 7759b8c..7ac5f33 100644 --- a/net/base/test_root_certs.h +++ b/net/base/test_root_certs.h @@ -4,7 +4,6 @@ #ifndef NET_BASE_TEST_ROOT_CERTS_H_ #define NET_BASE_TEST_ROOT_CERTS_H_ -#pragma once #include "base/lazy_instance.h" #include "base/memory/ref_counted.h" diff --git a/net/base/transport_security_state.h b/net/base/transport_security_state.h index 2161b48..2e4b42e 100644 --- a/net/base/transport_security_state.h +++ b/net/base/transport_security_state.h @@ -4,7 +4,6 @@ #ifndef NET_BASE_TRANSPORT_SECURITY_STATE_H_ #define NET_BASE_TRANSPORT_SECURITY_STATE_H_ -#pragma once #include <map> #include <string> diff --git a/net/base/transport_security_state_static.h b/net/base/transport_security_state_static.h index e08a2dd..4a1ef6f 100644 --- a/net/base/transport_security_state_static.h +++ b/net/base/transport_security_state_static.h @@ -6,7 +6,6 @@ #ifndef NET_BASE_TRANSPORT_SECURITY_STATE_STATIC_H_ #define NET_BASE_TRANSPORT_SECURITY_STATE_STATIC_H_ -#pragma once // These are SubjectPublicKeyInfo hashes for public key pinning. The // hashes are base64 encoded, SHA1 digests. diff --git a/net/base/transport_security_state_static_generate.go b/net/base/transport_security_state_static_generate.go index a083a88..ee7ff38 100644 --- a/net/base/transport_security_state_static_generate.go +++ b/net/base/transport_security_state_static_generate.go @@ -420,7 +420,6 @@ func writeHeader(out *bufio.Writer) { #ifndef NET_BASE_TRANSPORT_SECURITY_STATE_STATIC_H_ #define NET_BASE_TRANSPORT_SECURITY_STATE_STATIC_H_ -#pragma once `) diff --git a/net/base/unix_domain_socket_posix.h b/net/base/unix_domain_socket_posix.h index 7730900..726a917 100644 --- a/net/base/unix_domain_socket_posix.h +++ b/net/base/unix_domain_socket_posix.h @@ -4,7 +4,6 @@ #ifndef NET_BASE_UNIX_DOMAIN_SOCKET_POSIX_H_ #define NET_BASE_UNIX_DOMAIN_SOCKET_POSIX_H_ -#pragma once #include <string> diff --git a/net/base/upload_data.h b/net/base/upload_data.h index 8393477..bd0d223 100644 --- a/net/base/upload_data.h +++ b/net/base/upload_data.h @@ -4,7 +4,6 @@ #ifndef NET_BASE_UPLOAD_DATA_H_ #define NET_BASE_UPLOAD_DATA_H_ -#pragma once #include <vector> diff --git a/net/base/upload_data_stream.h b/net/base/upload_data_stream.h index fcd3321..82885dc 100644 --- a/net/base/upload_data_stream.h +++ b/net/base/upload_data_stream.h @@ -4,7 +4,6 @@ #ifndef NET_BASE_UPLOAD_DATA_STREAM_H_ #define NET_BASE_UPLOAD_DATA_STREAM_H_ -#pragma once #include "base/memory/ref_counted.h" #include "net/base/net_export.h" diff --git a/net/base/winsock_init.h b/net/base/winsock_init.h index acbbd3f..c33de9d 100644 --- a/net/base/winsock_init.h +++ b/net/base/winsock_init.h @@ -7,7 +7,6 @@ #ifndef NET_BASE_WINSOCK_INIT_H_ #define NET_BASE_WINSOCK_INIT_H_ -#pragma once #include "net/base/net_export.h" diff --git a/net/base/winsock_util.h b/net/base/winsock_util.h index f1e39cb..8baa802 100644 --- a/net/base/winsock_util.h +++ b/net/base/winsock_util.h @@ -4,7 +4,6 @@ #ifndef NET_BASE_WINSOCK_UTIL_H_ #define NET_BASE_WINSOCK_UTIL_H_ -#pragma once #include <winsock2.h> diff --git a/net/base/x509_cert_types.h b/net/base/x509_cert_types.h index e10c395..bf13242 100644 --- a/net/base/x509_cert_types.h +++ b/net/base/x509_cert_types.h @@ -4,7 +4,6 @@ #ifndef NET_BASE_X509_CERT_TYPES_H_ #define NET_BASE_X509_CERT_TYPES_H_ -#pragma once #include <string.h> diff --git a/net/base/x509_certificate.h b/net/base/x509_certificate.h index b75c1ae..4055f0a 100644 --- a/net/base/x509_certificate.h +++ b/net/base/x509_certificate.h @@ -4,7 +4,6 @@ #ifndef NET_BASE_X509_CERTIFICATE_H_ #define NET_BASE_X509_CERTIFICATE_H_ -#pragma once #include <string.h> diff --git a/net/base/x509_certificate_net_log_param.h b/net/base/x509_certificate_net_log_param.h index 73b1e3c..36ae8f5 100644 --- a/net/base/x509_certificate_net_log_param.h +++ b/net/base/x509_certificate_net_log_param.h @@ -4,7 +4,6 @@ #ifndef NET_BASE_X509_CERT_NET_LOG_PARAM_H_ #define NET_BASE_X509_CERT_NET_LOG_PARAM_H_ -#pragma once #include "net/base/net_log.h" diff --git a/net/base/x509_util.h b/net/base/x509_util.h index 4c07b25..e96a15a 100644 --- a/net/base/x509_util.h +++ b/net/base/x509_util.h @@ -4,7 +4,6 @@ #ifndef NET_BASE_X509_UTIL_H_ #define NET_BASE_X509_UTIL_H_ -#pragma once #include <string> diff --git a/net/base/x509_util_nss.h b/net/base/x509_util_nss.h index b5cc503..7685167 100644 --- a/net/base/x509_util_nss.h +++ b/net/base/x509_util_nss.h @@ -4,7 +4,6 @@ #ifndef NET_BASE_X509_UTIL_NSS_H_ #define NET_BASE_X509_UTIL_NSS_H_ -#pragma once #include <string> diff --git a/net/base/x509_util_openssl.h b/net/base/x509_util_openssl.h index fbe6336..ad51425 100644 --- a/net/base/x509_util_openssl.h +++ b/net/base/x509_util_openssl.h @@ -4,7 +4,6 @@ #ifndef NET_BASE_X509_UTIL_OPENSSL_H_ #define NET_BASE_X509_UTIL_OPENSSL_H_ -#pragma once #include <openssl/asn1.h> #include <openssl/x509v3.h> diff --git a/net/base/zap.h b/net/base/zap.h index 569b237..82e1800 100644 --- a/net/base/zap.h +++ b/net/base/zap.h @@ -4,7 +4,6 @@ #ifndef NET_BASE_ZAP_H_ #define NET_BASE_ZAP_H_ -#pragma once #include <string> #include "base/string16.h" |