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/internal_api/public/engine | |
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/internal_api/public/engine')
-rw-r--r-- | sync/internal_api/public/engine/model_safe_worker.h | 1 | ||||
-rw-r--r-- | sync/internal_api/public/engine/passive_model_worker.h | 1 | ||||
-rw-r--r-- | sync/internal_api/public/engine/polling_constants.h | 1 |
3 files changed, 0 insertions, 3 deletions
diff --git a/sync/internal_api/public/engine/model_safe_worker.h b/sync/internal_api/public/engine/model_safe_worker.h index 5c9c7ae..193e41d 100644 --- a/sync/internal_api/public/engine/model_safe_worker.h +++ b/sync/internal_api/public/engine/model_safe_worker.h @@ -4,7 +4,6 @@ #ifndef SYNC_INTERNAL_API_PUBLIC_ENGINE_MODEL_SAFE_WORKER_H_ #define SYNC_INTERNAL_API_PUBLIC_ENGINE_MODEL_SAFE_WORKER_H_ -#pragma once #include <map> #include <string> diff --git a/sync/internal_api/public/engine/passive_model_worker.h b/sync/internal_api/public/engine/passive_model_worker.h index 1ef9864..ec257f63 100644 --- a/sync/internal_api/public/engine/passive_model_worker.h +++ b/sync/internal_api/public/engine/passive_model_worker.h @@ -4,7 +4,6 @@ #ifndef SYNC_INTERNAL_API_PUBLIC_ENGINE_PASSIVE_MODEL_WORKER_H_ #define SYNC_INTERNAL_API_PUBLIC_ENGINE_PASSIVE_MODEL_WORKER_H_ -#pragma once #include "base/basictypes.h" #include "base/compiler_specific.h" diff --git a/sync/internal_api/public/engine/polling_constants.h b/sync/internal_api/public/engine/polling_constants.h index 94b375b..bd40149 100644 --- a/sync/internal_api/public/engine/polling_constants.h +++ b/sync/internal_api/public/engine/polling_constants.h @@ -6,7 +6,6 @@ #ifndef SYNC_INTERNAL_API_PUBLIC_ENGINE_POLLING_CONSTANTS_H_ #define SYNC_INTERNAL_API_PUBLIC_ENGINE_POLLING_CONSTANTS_H_ -#pragma once namespace syncer { |