diff options
author | ajwong@chromium.org <ajwong@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-07-11 07:09:05 +0000 |
---|---|---|
committer | ajwong@chromium.org <ajwong@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-07-11 07:09:05 +0000 |
commit | d84705568911597f344a21df5681aa2210a84355 (patch) | |
tree | f4d040954787d8937c4eb18709225c27775b275f /sync/syncable | |
parent | 568dc083b5f7d407c1d638635a9ceca69e3b3216 (diff) | |
download | chromium_src-d84705568911597f344a21df5681aa2210a84355.zip chromium_src-d84705568911597f344a21df5681aa2210a84355.tar.gz chromium_src-d84705568911597f344a21df5681aa2210a84355.tar.bz2 |
Remove #pragma once from sync
Review URL: https://chromiumcodereview.appspot.com/10700154
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@146074 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'sync/syncable')
23 files changed, 0 insertions, 23 deletions
diff --git a/sync/syncable/base_transaction.h b/sync/syncable/base_transaction.h index cab9e39..80b9630 100644 --- a/sync/syncable/base_transaction.h +++ b/sync/syncable/base_transaction.h @@ -4,7 +4,6 @@ #ifndef SYNC_SYNCABLE_BASE_TRANSACTION_H_ #define SYNC_SYNCABLE_BASE_TRANSACTION_H_ -#pragma once #include "base/location.h" #include "sync/syncable/syncable_id.h" diff --git a/sync/syncable/blob.h b/sync/syncable/blob.h index a944e02..0f68a24 100644 --- a/sync/syncable/blob.h +++ b/sync/syncable/blob.h @@ -4,7 +4,6 @@ #ifndef SYNC_SYNCABLE_BLOB_H_ #define SYNC_SYNCABLE_BLOB_H_ -#pragma once #include <vector> diff --git a/sync/syncable/dir_open_result.h b/sync/syncable/dir_open_result.h index 69bb08d..222be8b 100644 --- a/sync/syncable/dir_open_result.h +++ b/sync/syncable/dir_open_result.h @@ -4,7 +4,6 @@ #ifndef SYNC_SYNCABLE_DIR_OPEN_RESULT_H_ #define SYNC_SYNCABLE_DIR_OPEN_RESULT_H_ -#pragma once namespace syncer { namespace syncable { diff --git a/sync/syncable/directory.h b/sync/syncable/directory.h index b35cdc2..340b404 100644 --- a/sync/syncable/directory.h +++ b/sync/syncable/directory.h @@ -4,7 +4,6 @@ #ifndef SYNC_SYNCABLE_DIRECTORY_H_ #define SYNC_SYNCABLE_DIRECTORY_H_ -#pragma once #include <set> #include <string> diff --git a/sync/syncable/directory_backing_store.h b/sync/syncable/directory_backing_store.h index f519a32..034f405 100644 --- a/sync/syncable/directory_backing_store.h +++ b/sync/syncable/directory_backing_store.h @@ -4,7 +4,6 @@ #ifndef SYNC_SYNCABLE_DIRECTORY_BACKING_STORE_H_ #define SYNC_SYNCABLE_DIRECTORY_BACKING_STORE_H_ -#pragma once #include <string> diff --git a/sync/syncable/directory_change_delegate.h b/sync/syncable/directory_change_delegate.h index aaf21d1..2afd621 100644 --- a/sync/syncable/directory_change_delegate.h +++ b/sync/syncable/directory_change_delegate.h @@ -4,7 +4,6 @@ #ifndef SYNC_SYNCABLE_DIRECTORY_CHANGE_DELEGATE_H_ #define SYNC_SYNCABLE_DIRECTORY_CHANGE_DELEGATE_H_ -#pragma once #include "sync/internal_api/public/base/model_type.h" #include "sync/syncable/write_transaction_info.h" diff --git a/sync/syncable/entry.h b/sync/syncable/entry.h index f0add9f..a755758 100644 --- a/sync/syncable/entry.h +++ b/sync/syncable/entry.h @@ -4,7 +4,6 @@ #ifndef SYNC_SYNCABLE_ENTRY_H_ #define SYNC_SYNCABLE_ENTRY_H_ -#pragma once #include "sync/syncable/entry_kernel.h" diff --git a/sync/syncable/entry_kernel.h b/sync/syncable/entry_kernel.h index 4efc5b1..1954da4 100644 --- a/sync/syncable/entry_kernel.h +++ b/sync/syncable/entry_kernel.h @@ -4,7 +4,6 @@ #ifndef SYNC_SYNCABLE_ENTRY_KERNEL_H_ #define SYNC_SYNCABLE_ENTRY_KERNEL_H_ -#pragma once #include "base/time.h" #include "base/values.h" diff --git a/sync/syncable/in_memory_directory_backing_store.h b/sync/syncable/in_memory_directory_backing_store.h index 7cb6b9f3..cf45c74 100644 --- a/sync/syncable/in_memory_directory_backing_store.h +++ b/sync/syncable/in_memory_directory_backing_store.h @@ -4,7 +4,6 @@ #ifndef SYNC_SYNCABLE_IN_MEMORY_DIRECTORY_BACKING_STORE_H_ #define SYNC_SYNCABLE_IN_MEMORY_DIRECTORY_BACKING_STORE_H_ -#pragma once #include "sync/syncable/directory_backing_store.h" diff --git a/sync/syncable/mutable_entry.h b/sync/syncable/mutable_entry.h index e3ea4c9..60968e9 100644 --- a/sync/syncable/mutable_entry.h +++ b/sync/syncable/mutable_entry.h @@ -4,7 +4,6 @@ #ifndef SYNC_SYNCABLE_MUTABLE_ENTRY_H_ #define SYNC_SYNCABLE_MUTABLE_ENTRY_H_ -#pragma once #include "sync/syncable/entry.h" #include "sync/syncable/metahandle_set.h" diff --git a/sync/syncable/nigori_util.h b/sync/syncable/nigori_util.h index 9d09d44..037c89e 100644 --- a/sync/syncable/nigori_util.h +++ b/sync/syncable/nigori_util.h @@ -6,7 +6,6 @@ #ifndef SYNC_SYNCABLE_NIGORI_UTIL_H_ #define SYNC_SYNCABLE_NIGORI_UTIL_H_ -#pragma once #include "base/compiler_specific.h" #include "sync/internal_api/public/base/model_type.h" diff --git a/sync/syncable/on_disk_directory_backing_store.h b/sync/syncable/on_disk_directory_backing_store.h index 5576a9b..f722ef9 100644 --- a/sync/syncable/on_disk_directory_backing_store.h +++ b/sync/syncable/on_disk_directory_backing_store.h @@ -4,7 +4,6 @@ #ifndef SYNC_SYNCABLE_ON_DISK_DIRECTORY_BACKING_STORE_H_ #define SYNC_SYNCABLE_ON_DISK_DIRECTORY_BACKING_STORE_H_ -#pragma once #include "base/file_path.h" #include "sync/syncable/directory_backing_store.h" diff --git a/sync/syncable/read_transaction.h b/sync/syncable/read_transaction.h index c2b6a01..cd3aded 100644 --- a/sync/syncable/read_transaction.h +++ b/sync/syncable/read_transaction.h @@ -4,7 +4,6 @@ #ifndef SYNC_SYNCABLE_READ_TRANSACTION_H_ #define SYNC_SYNCABLE_READ_TRANSACTION_H_ -#pragma once #include "sync/syncable/base_transaction.h" diff --git a/sync/syncable/scoped_kernel_lock.h b/sync/syncable/scoped_kernel_lock.h index d37cc92..feb2dfd 100644 --- a/sync/syncable/scoped_kernel_lock.h +++ b/sync/syncable/scoped_kernel_lock.h @@ -4,7 +4,6 @@ #ifndef SYNC_SYNCABLE_SCOPED_KERNEL_LOCK_H_ #define SYNC_SYNCABLE_SCOPED_KERNEL_LOCK_H_ -#pragma once #include "base/basictypes.h" #include "base/synchronization/lock.h" diff --git a/sync/syncable/syncable-inl.h b/sync/syncable/syncable-inl.h index 49b3bf8..b9817cd 100644 --- a/sync/syncable/syncable-inl.h +++ b/sync/syncable/syncable-inl.h @@ -4,7 +4,6 @@ #ifndef SYNC_SYNCABLE_SYNCABLE_INL_H_ #define SYNC_SYNCABLE_SYNCABLE_INL_H_ -#pragma once #include "sync/syncable/entry_kernel.h" diff --git a/sync/syncable/syncable_changes_version.h b/sync/syncable/syncable_changes_version.h index e42e70f..9b57aed 100644 --- a/sync/syncable/syncable_changes_version.h +++ b/sync/syncable/syncable_changes_version.h @@ -4,7 +4,6 @@ #ifndef SYNC_SYNCABLE_SYNCABLE_CHANGES_VERSION_H_ #define SYNC_SYNCABLE_SYNCABLE_CHANGES_VERSION_H_ -#pragma once namespace syncer { namespace syncable { diff --git a/sync/syncable/syncable_columns.h b/sync/syncable/syncable_columns.h index 3ed3e1b..a6152c4 100644 --- a/sync/syncable/syncable_columns.h +++ b/sync/syncable/syncable_columns.h @@ -4,7 +4,6 @@ #ifndef SYNC_SYNCABLE_SYNCABLE_COLUMNS_H_ #define SYNC_SYNCABLE_SYNCABLE_COLUMNS_H_ -#pragma once #include "sync/syncable/entry_kernel.h" #include "sync/syncable/syncable_changes_version.h" diff --git a/sync/syncable/syncable_enum_conversions.h b/sync/syncable/syncable_enum_conversions.h index 688d0b1..6127a33 100644 --- a/sync/syncable/syncable_enum_conversions.h +++ b/sync/syncable/syncable_enum_conversions.h @@ -4,7 +4,6 @@ #ifndef SYNC_SYNCABLE_SYNCABLE_ENUM_CONVERSIONS_H_ #define SYNC_SYNCABLE_SYNCABLE_ENUM_CONVERSIONS_H_ -#pragma once // Keep this file in sync with entry_kernel.h. diff --git a/sync/syncable/syncable_id.h b/sync/syncable/syncable_id.h index 6c451ad..95157ab 100644 --- a/sync/syncable/syncable_id.h +++ b/sync/syncable/syncable_id.h @@ -4,7 +4,6 @@ #ifndef SYNC_SYNCABLE_SYNCABLE_ID_H_ #define SYNC_SYNCABLE_SYNCABLE_ID_H_ -#pragma once #include <iosfwd> #include <limits> diff --git a/sync/syncable/syncable_mock.h b/sync/syncable/syncable_mock.h index 977f9b3..24d435f 100644 --- a/sync/syncable/syncable_mock.h +++ b/sync/syncable/syncable_mock.h @@ -4,7 +4,6 @@ #ifndef SYNC_SYNCABLE_SYNCABLE_MOCK_H_ #define SYNC_SYNCABLE_SYNCABLE_MOCK_H_ -#pragma once #include <string> diff --git a/sync/syncable/transaction_observer.h b/sync/syncable/transaction_observer.h index 377e1c1..2c43473 100644 --- a/sync/syncable/transaction_observer.h +++ b/sync/syncable/transaction_observer.h @@ -4,7 +4,6 @@ #ifndef SYNC_SYNCABLE_TRANSACTION_OBSERVER_H_ #define SYNC_SYNCABLE_TRANSACTION_OBSERVER_H_ -#pragma once #include "sync/internal_api/public/base/model_type.h" #include "sync/syncable/write_transaction_info.h" diff --git a/sync/syncable/write_transaction.h b/sync/syncable/write_transaction.h index 0b92d8a..17264c4 100644 --- a/sync/syncable/write_transaction.h +++ b/sync/syncable/write_transaction.h @@ -4,7 +4,6 @@ #ifndef SYNC_SYNCABLE_WRITE_TRANSACTION_H_ #define SYNC_SYNCABLE_WRITE_TRANSACTION_H_ -#pragma once #include "sync/syncable/base_transaction.h" #include "sync/syncable/entry_kernel.h" diff --git a/sync/syncable/write_transaction_info.h b/sync/syncable/write_transaction_info.h index bd5d52d..baaaceb 100644 --- a/sync/syncable/write_transaction_info.h +++ b/sync/syncable/write_transaction_info.h @@ -4,7 +4,6 @@ #ifndef SYNC_SYNCABLE_WRITE_TRANSACTION_INFO_H_ #define SYNC_SYNCABLE_WRITE_TRANSACTION_INFO_H_ -#pragma once #include "sync/syncable/base_transaction.h" #include "sync/syncable/entry_kernel.h" |