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 /base/memory | |
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 'base/memory')
-rw-r--r-- | base/memory/aligned_memory.h | 1 | ||||
-rw-r--r-- | base/memory/linked_ptr.h | 1 | ||||
-rw-r--r-- | base/memory/mru_cache.h | 1 | ||||
-rw-r--r-- | base/memory/raw_scoped_refptr_mismatch_checker.h | 1 | ||||
-rw-r--r-- | base/memory/ref_counted.h | 1 | ||||
-rw-r--r-- | base/memory/ref_counted_memory.h | 1 | ||||
-rw-r--r-- | base/memory/scoped_generic_obj.h | 1 | ||||
-rw-r--r-- | base/memory/scoped_handle.h | 1 | ||||
-rw-r--r-- | base/memory/scoped_nsobject.h | 1 | ||||
-rw-r--r-- | base/memory/scoped_open_process.h | 1 | ||||
-rw-r--r-- | base/memory/scoped_policy.h | 1 | ||||
-rw-r--r-- | base/memory/scoped_ptr.h | 1 | ||||
-rw-r--r-- | base/memory/scoped_vector.h | 1 | ||||
-rw-r--r-- | base/memory/singleton.h | 1 | ||||
-rw-r--r-- | base/memory/singleton_objc.h | 1 | ||||
-rw-r--r-- | base/memory/weak_ptr.h | 1 |
16 files changed, 0 insertions, 16 deletions
diff --git a/base/memory/aligned_memory.h b/base/memory/aligned_memory.h index dc9db90..0a17634 100644 --- a/base/memory/aligned_memory.h +++ b/base/memory/aligned_memory.h @@ -21,7 +21,6 @@ #ifndef BASE_MEMORY_ALIGNED_MEMORY_H_ #define BASE_MEMORY_ALIGNED_MEMORY_H_ -#pragma once #include "base/basictypes.h" #include "base/compiler_specific.h" diff --git a/base/memory/linked_ptr.h b/base/memory/linked_ptr.h index 41931d8..80044ad 100644 --- a/base/memory/linked_ptr.h +++ b/base/memory/linked_ptr.h @@ -36,7 +36,6 @@ #ifndef BASE_MEMORY_LINKED_PTR_H_ #define BASE_MEMORY_LINKED_PTR_H_ -#pragma once #include "base/logging.h" // for CHECK macros diff --git a/base/memory/mru_cache.h b/base/memory/mru_cache.h index 29db3cf..915d2b5 100644 --- a/base/memory/mru_cache.h +++ b/base/memory/mru_cache.h @@ -15,7 +15,6 @@ #ifndef BASE_MEMORY_MRU_CACHE_H_ #define BASE_MEMORY_MRU_CACHE_H_ -#pragma once #include <list> #include <map> diff --git a/base/memory/raw_scoped_refptr_mismatch_checker.h b/base/memory/raw_scoped_refptr_mismatch_checker.h index a4a50c3..7974f30 100644 --- a/base/memory/raw_scoped_refptr_mismatch_checker.h +++ b/base/memory/raw_scoped_refptr_mismatch_checker.h @@ -4,7 +4,6 @@ #ifndef BASE_MEMORY_RAW_SCOPED_REFPTR_MISMATCH_CHECKER_H_ #define BASE_MEMORY_RAW_SCOPED_REFPTR_MISMATCH_CHECKER_H_ -#pragma once #include "base/memory/ref_counted.h" #include "base/template_util.h" diff --git a/base/memory/ref_counted.h b/base/memory/ref_counted.h index ce0d94a..255ede5 100644 --- a/base/memory/ref_counted.h +++ b/base/memory/ref_counted.h @@ -4,7 +4,6 @@ #ifndef BASE_MEMORY_REF_COUNTED_H_ #define BASE_MEMORY_REF_COUNTED_H_ -#pragma once #include <cassert> diff --git a/base/memory/ref_counted_memory.h b/base/memory/ref_counted_memory.h index 9c863c6..9edcd6f 100644 --- a/base/memory/ref_counted_memory.h +++ b/base/memory/ref_counted_memory.h @@ -4,7 +4,6 @@ #ifndef BASE_MEMORY_REF_COUNTED_MEMORY_H_ #define BASE_MEMORY_REF_COUNTED_MEMORY_H_ -#pragma once #include <string> #include <vector> diff --git a/base/memory/scoped_generic_obj.h b/base/memory/scoped_generic_obj.h index b4f28cf..4b3cb86 100644 --- a/base/memory/scoped_generic_obj.h +++ b/base/memory/scoped_generic_obj.h @@ -4,7 +4,6 @@ #ifndef BASE_MEMORY_SCOPED_GENERIC_OBJ_H_ #define BASE_MEMORY_SCOPED_GENERIC_OBJ_H_ -#pragma once #include "base/basictypes.h" #include "base/compiler_specific.h" diff --git a/base/memory/scoped_handle.h b/base/memory/scoped_handle.h index 232d83e..b95559d 100644 --- a/base/memory/scoped_handle.h +++ b/base/memory/scoped_handle.h @@ -4,7 +4,6 @@ #ifndef BASE_MEMORY_SCOPED_HANDLE_H_ #define BASE_MEMORY_SCOPED_HANDLE_H_ -#pragma once #include <stdio.h> diff --git a/base/memory/scoped_nsobject.h b/base/memory/scoped_nsobject.h index 57486cb..0656dbe 100644 --- a/base/memory/scoped_nsobject.h +++ b/base/memory/scoped_nsobject.h @@ -4,7 +4,6 @@ #ifndef BASE_MEMORY_SCOPED_NSOBJECT_H_ #define BASE_MEMORY_SCOPED_NSOBJECT_H_ -#pragma once #import <Foundation/Foundation.h> #include "base/basictypes.h" diff --git a/base/memory/scoped_open_process.h b/base/memory/scoped_open_process.h index d5bdd95..93ba387 100644 --- a/base/memory/scoped_open_process.h +++ b/base/memory/scoped_open_process.h @@ -4,7 +4,6 @@ #ifndef BASE_MEMORY_SCOPED_OPEN_PROCESS_H_ #define BASE_MEMORY_SCOPED_OPEN_PROCESS_H_ -#pragma once #include "base/process.h" #include "base/process_util.h" diff --git a/base/memory/scoped_policy.h b/base/memory/scoped_policy.h index 4418701..5dbf204 100644 --- a/base/memory/scoped_policy.h +++ b/base/memory/scoped_policy.h @@ -4,7 +4,6 @@ #ifndef BASE_MEMORY_SCOPED_POLICY_H_ #define BASE_MEMORY_SCOPED_POLICY_H_ -#pragma once namespace base { namespace scoped_policy { diff --git a/base/memory/scoped_ptr.h b/base/memory/scoped_ptr.h index 8e4ff62..fab6c7e 100644 --- a/base/memory/scoped_ptr.h +++ b/base/memory/scoped_ptr.h @@ -86,7 +86,6 @@ #ifndef BASE_MEMORY_SCOPED_PTR_H_ #define BASE_MEMORY_SCOPED_PTR_H_ -#pragma once // This is an implementation designed to match the anticipated future TR2 // implementation of the scoped_ptr class, and its closely-related brethren, diff --git a/base/memory/scoped_vector.h b/base/memory/scoped_vector.h index 69931c8..f8afcdd 100644 --- a/base/memory/scoped_vector.h +++ b/base/memory/scoped_vector.h @@ -4,7 +4,6 @@ #ifndef BASE_MEMORY_SCOPED_VECTOR_H_ #define BASE_MEMORY_SCOPED_VECTOR_H_ -#pragma once #include <vector> diff --git a/base/memory/singleton.h b/base/memory/singleton.h index 5549012..4564790 100644 --- a/base/memory/singleton.h +++ b/base/memory/singleton.h @@ -18,7 +18,6 @@ #ifndef BASE_MEMORY_SINGLETON_H_ #define BASE_MEMORY_SINGLETON_H_ -#pragma once #include "base/at_exit.h" #include "base/atomicops.h" diff --git a/base/memory/singleton_objc.h b/base/memory/singleton_objc.h index 8531556..6df3f77 100644 --- a/base/memory/singleton_objc.h +++ b/base/memory/singleton_objc.h @@ -29,7 +29,6 @@ #ifndef BASE_MEMORY_SINGLETON_OBJC_H_ #define BASE_MEMORY_SINGLETON_OBJC_H_ -#pragma once #import <Foundation/Foundation.h> #include "base/memory/singleton.h" diff --git a/base/memory/weak_ptr.h b/base/memory/weak_ptr.h index d7c452f..c3a1e2e 100644 --- a/base/memory/weak_ptr.h +++ b/base/memory/weak_ptr.h @@ -57,7 +57,6 @@ #ifndef BASE_MEMORY_WEAK_PTR_H_ #define BASE_MEMORY_WEAK_PTR_H_ -#pragma once #include "base/basictypes.h" #include "base/base_export.h" |