diff options
Diffstat (limited to 'net/disk_cache')
33 files changed, 0 insertions, 33 deletions
diff --git a/net/disk_cache/addr.h b/net/disk_cache/addr.h index b398934..b8aa7b7 100644 --- a/net/disk_cache/addr.h +++ b/net/disk_cache/addr.h @@ -7,7 +7,6 @@ #ifndef NET_DISK_CACHE_ADDR_H_ #define NET_DISK_CACHE_ADDR_H_ -#pragma once #include "net/base/net_export.h" #include "net/disk_cache/disk_format.h" diff --git a/net/disk_cache/backend_impl.h b/net/disk_cache/backend_impl.h index fed977f..1dd33f1 100644 --- a/net/disk_cache/backend_impl.h +++ b/net/disk_cache/backend_impl.h @@ -6,7 +6,6 @@ #ifndef NET_DISK_CACHE_BACKEND_IMPL_H_ #define NET_DISK_CACHE_BACKEND_IMPL_H_ -#pragma once #include "base/file_path.h" #include "base/hash_tables.h" diff --git a/net/disk_cache/bitmap.h b/net/disk_cache/bitmap.h index 0ac204b..81c434c 100644 --- a/net/disk_cache/bitmap.h +++ b/net/disk_cache/bitmap.h @@ -4,7 +4,6 @@ #ifndef NET_DISK_CACHE_BITMAP_H_ #define NET_DISK_CACHE_BITMAP_H_ -#pragma once #include "base/basictypes.h" #include "net/base/net_export.h" diff --git a/net/disk_cache/block_files.h b/net/disk_cache/block_files.h index 961a8f1..88db317 100644 --- a/net/disk_cache/block_files.h +++ b/net/disk_cache/block_files.h @@ -6,7 +6,6 @@ #ifndef NET_DISK_CACHE_BLOCK_FILES_H_ #define NET_DISK_CACHE_BLOCK_FILES_H_ -#pragma once #include <vector> diff --git a/net/disk_cache/cache_util.h b/net/disk_cache/cache_util.h index 108f0b7..6987dc3 100644 --- a/net/disk_cache/cache_util.h +++ b/net/disk_cache/cache_util.h @@ -4,7 +4,6 @@ #ifndef NET_DISK_CACHE_CACHE_UTIL_H_ #define NET_DISK_CACHE_CACHE_UTIL_H_ -#pragma once #include "base/basictypes.h" #include "net/base/net_export.h" diff --git a/net/disk_cache/disk_cache.h b/net/disk_cache/disk_cache.h index f2fbcdd..3e29703 100644 --- a/net/disk_cache/disk_cache.h +++ b/net/disk_cache/disk_cache.h @@ -7,7 +7,6 @@ #ifndef NET_DISK_CACHE_DISK_CACHE_H_ #define NET_DISK_CACHE_DISK_CACHE_H_ -#pragma once #include <string> #include <vector> diff --git a/net/disk_cache/disk_cache_test_base.h b/net/disk_cache/disk_cache_test_base.h index 1d621d3..b5bd459 100644 --- a/net/disk_cache/disk_cache_test_base.h +++ b/net/disk_cache/disk_cache_test_base.h @@ -4,7 +4,6 @@ #ifndef NET_DISK_CACHE_DISK_CACHE_TEST_BASE_H_ #define NET_DISK_CACHE_DISK_CACHE_TEST_BASE_H_ -#pragma once #include "base/basictypes.h" #include "base/file_path.h" diff --git a/net/disk_cache/disk_cache_test_util.h b/net/disk_cache/disk_cache_test_util.h index a3c5508..2194561 100644 --- a/net/disk_cache/disk_cache_test_util.h +++ b/net/disk_cache/disk_cache_test_util.h @@ -4,7 +4,6 @@ #ifndef NET_DISK_CACHE_DISK_CACHE_TEST_UTIL_H_ #define NET_DISK_CACHE_DISK_CACHE_TEST_UTIL_H_ -#pragma once #include <string> diff --git a/net/disk_cache/disk_format.h b/net/disk_cache/disk_format.h index 35b7030..df6cabf 100644 --- a/net/disk_cache/disk_format.h +++ b/net/disk_cache/disk_format.h @@ -54,7 +54,6 @@ #ifndef NET_DISK_CACHE_DISK_FORMAT_H_ #define NET_DISK_CACHE_DISK_FORMAT_H_ -#pragma once #include "base/basictypes.h" #include "net/base/net_export.h" diff --git a/net/disk_cache/entry_impl.h b/net/disk_cache/entry_impl.h index 466540f..92217dc 100644 --- a/net/disk_cache/entry_impl.h +++ b/net/disk_cache/entry_impl.h @@ -4,7 +4,6 @@ #ifndef NET_DISK_CACHE_ENTRY_IMPL_H_ #define NET_DISK_CACHE_ENTRY_IMPL_H_ -#pragma once #include "base/memory/scoped_ptr.h" #include "net/base/net_log.h" diff --git a/net/disk_cache/errors.h b/net/disk_cache/errors.h index af4043a..1c69d42 100644 --- a/net/disk_cache/errors.h +++ b/net/disk_cache/errors.h @@ -6,7 +6,6 @@ #ifndef NET_DISK_CACHE_ERRORS_H__ #define NET_DISK_CACHE_ERRORS_H__ -#pragma once namespace disk_cache { diff --git a/net/disk_cache/eviction.h b/net/disk_cache/eviction.h index 5a83f12..060db43 100644 --- a/net/disk_cache/eviction.h +++ b/net/disk_cache/eviction.h @@ -4,7 +4,6 @@ #ifndef NET_DISK_CACHE_EVICTION_H_ #define NET_DISK_CACHE_EVICTION_H_ -#pragma once #include "base/basictypes.h" #include "base/memory/weak_ptr.h" diff --git a/net/disk_cache/experiments.h b/net/disk_cache/experiments.h index c4e8ccb..b088b08a 100644 --- a/net/disk_cache/experiments.h +++ b/net/disk_cache/experiments.h @@ -4,7 +4,6 @@ #ifndef NET_DISK_CACHE_EXPERIMENTS_H_ #define NET_DISK_CACHE_EXPERIMENTS_H_ -#pragma once namespace disk_cache { diff --git a/net/disk_cache/file.h b/net/disk_cache/file.h index 446ccf5..0124090 100644 --- a/net/disk_cache/file.h +++ b/net/disk_cache/file.h @@ -6,7 +6,6 @@ #ifndef NET_DISK_CACHE_FILE_H_ #define NET_DISK_CACHE_FILE_H_ -#pragma once #include "base/memory/ref_counted.h" #include "base/platform_file.h" diff --git a/net/disk_cache/file_block.h b/net/disk_cache/file_block.h index 7d453e5..2570920 100644 --- a/net/disk_cache/file_block.h +++ b/net/disk_cache/file_block.h @@ -6,7 +6,6 @@ #ifndef NET_DISK_CACHE_FILE_BLOCK_H__ #define NET_DISK_CACHE_FILE_BLOCK_H__ -#pragma once namespace disk_cache { diff --git a/net/disk_cache/file_lock.h b/net/disk_cache/file_lock.h index ad8e539..a51067e 100644 --- a/net/disk_cache/file_lock.h +++ b/net/disk_cache/file_lock.h @@ -6,7 +6,6 @@ #ifndef NET_DISK_CACHE_FILE_LOCK_H__ #define NET_DISK_CACHE_FILE_LOCK_H__ -#pragma once #include "net/base/net_export.h" #include "net/disk_cache/disk_format.h" diff --git a/net/disk_cache/hash.h b/net/disk_cache/hash.h index 4bcf270..414a369 100644 --- a/net/disk_cache/hash.h +++ b/net/disk_cache/hash.h @@ -4,7 +4,6 @@ #ifndef NET_DISK_CACHE_HASH_H__ #define NET_DISK_CACHE_HASH_H__ -#pragma once #include <string> diff --git a/net/disk_cache/histogram_macros.h b/net/disk_cache/histogram_macros.h index 0dc12c5..992e946 100644 --- a/net/disk_cache/histogram_macros.h +++ b/net/disk_cache/histogram_macros.h @@ -10,7 +10,6 @@ #ifndef NET_DISK_CACHE_HISTOGRAM_MACROS_H_ #define NET_DISK_CACHE_HISTOGRAM_MACROS_H_ -#pragma once // ----------------------------------------------------------------------------- diff --git a/net/disk_cache/in_flight_backend_io.h b/net/disk_cache/in_flight_backend_io.h index 0e2eec6..09cfd3f 100644 --- a/net/disk_cache/in_flight_backend_io.h +++ b/net/disk_cache/in_flight_backend_io.h @@ -4,7 +4,6 @@ #ifndef NET_DISK_CACHE_IN_FLIGHT_BACKEND_IO_H_ #define NET_DISK_CACHE_IN_FLIGHT_BACKEND_IO_H_ -#pragma once #include <list> #include <string> diff --git a/net/disk_cache/in_flight_io.h b/net/disk_cache/in_flight_io.h index c007cb9..2ba7517 100644 --- a/net/disk_cache/in_flight_io.h +++ b/net/disk_cache/in_flight_io.h @@ -4,7 +4,6 @@ #ifndef NET_DISK_CACHE_IN_FLIGHT_IO_H_ #define NET_DISK_CACHE_IN_FLIGHT_IO_H_ -#pragma once #include <set> diff --git a/net/disk_cache/mapped_file.h b/net/disk_cache/mapped_file.h index 1e794bd..c5960d0 100644 --- a/net/disk_cache/mapped_file.h +++ b/net/disk_cache/mapped_file.h @@ -6,7 +6,6 @@ #ifndef NET_DISK_CACHE_MAPPED_FILE_H_ #define NET_DISK_CACHE_MAPPED_FILE_H_ -#pragma once #include "net/base/net_export.h" #include "net/disk_cache/disk_format.h" diff --git a/net/disk_cache/mem_backend_impl.h b/net/disk_cache/mem_backend_impl.h index 0ea0799..1c6cdb0 100644 --- a/net/disk_cache/mem_backend_impl.h +++ b/net/disk_cache/mem_backend_impl.h @@ -6,7 +6,6 @@ #ifndef NET_DISK_CACHE_MEM_BACKEND_IMPL_H__ #define NET_DISK_CACHE_MEM_BACKEND_IMPL_H__ -#pragma once #include "base/compiler_specific.h" #include "base/hash_tables.h" diff --git a/net/disk_cache/mem_entry_impl.h b/net/disk_cache/mem_entry_impl.h index c16a0ad..ee4cbe4 100644 --- a/net/disk_cache/mem_entry_impl.h +++ b/net/disk_cache/mem_entry_impl.h @@ -4,7 +4,6 @@ #ifndef NET_DISK_CACHE_MEM_ENTRY_IMPL_H_ #define NET_DISK_CACHE_MEM_ENTRY_IMPL_H_ -#pragma once #include "base/gtest_prod_util.h" #include "base/hash_tables.h" diff --git a/net/disk_cache/mem_rankings.h b/net/disk_cache/mem_rankings.h index 166224f..fa90688 100644 --- a/net/disk_cache/mem_rankings.h +++ b/net/disk_cache/mem_rankings.h @@ -6,7 +6,6 @@ #ifndef NET_DISK_CACHE_MEM_RANKINGS_H__ #define NET_DISK_CACHE_MEM_RANKINGS_H__ -#pragma once #include "base/basictypes.h" diff --git a/net/disk_cache/net_log_parameters.h b/net/disk_cache/net_log_parameters.h index 4e34a0e..3598cda 100644 --- a/net/disk_cache/net_log_parameters.h +++ b/net/disk_cache/net_log_parameters.h @@ -4,7 +4,6 @@ #ifndef NET_DISK_CACHE_NET_LOG_PARAMETERS_H_ #define NET_DISK_CACHE_NET_LOG_PARAMETERS_H_ -#pragma once #include <string> diff --git a/net/disk_cache/rankings.h b/net/disk_cache/rankings.h index 0886e0c..703e8ae 100644 --- a/net/disk_cache/rankings.h +++ b/net/disk_cache/rankings.h @@ -6,7 +6,6 @@ #ifndef NET_DISK_CACHE_RANKINGS_H_ #define NET_DISK_CACHE_RANKINGS_H_ -#pragma once #include <list> diff --git a/net/disk_cache/sparse_control.h b/net/disk_cache/sparse_control.h index b0d9f37..a018e18 100644 --- a/net/disk_cache/sparse_control.h +++ b/net/disk_cache/sparse_control.h @@ -4,7 +4,6 @@ #ifndef NET_DISK_CACHE_SPARSE_CONTROL_H_ #define NET_DISK_CACHE_SPARSE_CONTROL_H_ -#pragma once #include <string> #include <vector> diff --git a/net/disk_cache/stats.h b/net/disk_cache/stats.h index 16c74fd..643c832 100644 --- a/net/disk_cache/stats.h +++ b/net/disk_cache/stats.h @@ -4,7 +4,6 @@ #ifndef NET_DISK_CACHE_STATS_H_ #define NET_DISK_CACHE_STATS_H_ -#pragma once #include <string> #include <vector> diff --git a/net/disk_cache/stats_histogram.h b/net/disk_cache/stats_histogram.h index 9d44545..97b2d401 100644 --- a/net/disk_cache/stats_histogram.h +++ b/net/disk_cache/stats_histogram.h @@ -4,7 +4,6 @@ #ifndef NET_DISK_CACHE_STATS_HISTOGRAM_H_ #define NET_DISK_CACHE_STATS_HISTOGRAM_H_ -#pragma once #include <string> diff --git a/net/disk_cache/storage_block-inl.h b/net/disk_cache/storage_block-inl.h index 388aa24..cc0b2aa 100644 --- a/net/disk_cache/storage_block-inl.h +++ b/net/disk_cache/storage_block-inl.h @@ -4,7 +4,6 @@ #ifndef NET_DISK_CACHE_STORAGE_BLOCK_INL_H_ #define NET_DISK_CACHE_STORAGE_BLOCK_INL_H_ -#pragma once #include "net/disk_cache/storage_block.h" diff --git a/net/disk_cache/storage_block.h b/net/disk_cache/storage_block.h index f32c0fc..c967c2d 100644 --- a/net/disk_cache/storage_block.h +++ b/net/disk_cache/storage_block.h @@ -6,7 +6,6 @@ #ifndef NET_DISK_CACHE_STORAGE_BLOCK_H__ #define NET_DISK_CACHE_STORAGE_BLOCK_H__ -#pragma once #include "net/disk_cache/addr.h" #include "net/disk_cache/mapped_file.h" diff --git a/net/disk_cache/stress_support.h b/net/disk_cache/stress_support.h index 68457fb0..48d7b5b7 100644 --- a/net/disk_cache/stress_support.h +++ b/net/disk_cache/stress_support.h @@ -4,7 +4,6 @@ #ifndef NET_DISK_CACHE_STRESS_SUPPORT_H_ #define NET_DISK_CACHE_STRESS_SUPPORT_H_ -#pragma once #include "base/logging.h" diff --git a/net/disk_cache/trace.h b/net/disk_cache/trace.h index ed840c4..b0bf1ad 100644 --- a/net/disk_cache/trace.h +++ b/net/disk_cache/trace.h @@ -8,7 +8,6 @@ #ifndef NET_DISK_CACHE_TRACE_H__ #define NET_DISK_CACHE_TRACE_H__ -#pragma once #include "base/basictypes.h" #include "base/memory/ref_counted.h" |