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/protocol | |
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/protocol')
-rw-r--r-- | sync/protocol/proto_enum_conversions.h | 1 | ||||
-rw-r--r-- | sync/protocol/proto_value_conversions.h | 1 | ||||
-rw-r--r-- | sync/protocol/sync_protocol_error.h | 1 |
3 files changed, 0 insertions, 3 deletions
diff --git a/sync/protocol/proto_enum_conversions.h b/sync/protocol/proto_enum_conversions.h index 377ec0d..d2b4189 100644 --- a/sync/protocol/proto_enum_conversions.h +++ b/sync/protocol/proto_enum_conversions.h @@ -4,7 +4,6 @@ #ifndef SYNC_PROTOCOL_PROTO_ENUM_CONVERSIONS_H_ #define SYNC_PROTOCOL_PROTO_ENUM_CONVERSIONS_H_ -#pragma once // Keep this file in sync with the .proto files in this directory. diff --git a/sync/protocol/proto_value_conversions.h b/sync/protocol/proto_value_conversions.h index 4ef2400..a1e938b 100644 --- a/sync/protocol/proto_value_conversions.h +++ b/sync/protocol/proto_value_conversions.h @@ -6,7 +6,6 @@ #ifndef SYNC_PROTOCOL_PROTO_VALUE_CONVERSIONS_H_ #define SYNC_PROTOCOL_PROTO_VALUE_CONVERSIONS_H_ -#pragma once namespace base { class DictionaryValue; diff --git a/sync/protocol/sync_protocol_error.h b/sync/protocol/sync_protocol_error.h index 359df59..930f39d 100644 --- a/sync/protocol/sync_protocol_error.h +++ b/sync/protocol/sync_protocol_error.h @@ -3,7 +3,6 @@ // found in the LICENSE file. #ifndef SYNC_PROTOCOL_SYNC_PROTOCOL_ERROR_H_ #define SYNC_PROTOCOL_SYNC_PROTOCOL_ERROR_H_ -#pragma once #include <string> |