diff options
author | thakis@chromium.org <thakis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-07-26 23:08:24 +0000 |
---|---|---|
committer | thakis@chromium.org <thakis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-07-26 23:08:24 +0000 |
commit | 32b76eff6f630b9bcc0fc3f3bad826f3d1217dda (patch) | |
tree | a5687726e4f145c715c73cbbff23e88ac2192eb9 /chrome/test/sync | |
parent | 7cf4d5505378a983947d8c989841f1f378f19cde (diff) | |
download | chromium_src-32b76eff6f630b9bcc0fc3f3bad826f3d1217dda.zip chromium_src-32b76eff6f630b9bcc0fc3f3bad826f3d1217dda.tar.gz chromium_src-32b76eff6f630b9bcc0fc3f3bad826f3d1217dda.tar.bz2 |
`#pragma once` for app, base, chrome, gfx, ipc, net, skia, views
BUG=50273
TEST=everything still builds, build is 10% faster on windows, same speed on mac/linux
TBR: erg
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@53716 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/test/sync')
-rw-r--r-- | chrome/test/sync/engine/mock_connection_manager.h | 1 | ||||
-rw-r--r-- | chrome/test/sync/engine/mock_gaia_authenticator.h | 1 | ||||
-rw-r--r-- | chrome/test/sync/engine/proto_extension_validator.h | 1 | ||||
-rw-r--r-- | chrome/test/sync/engine/syncer_command_test.h | 1 | ||||
-rw-r--r-- | chrome/test/sync/engine/test_directory_setter_upper.h | 1 | ||||
-rw-r--r-- | chrome/test/sync/engine/test_id_factory.h | 1 | ||||
-rw-r--r-- | chrome/test/sync/engine/test_syncable_utils.h | 1 | ||||
-rw-r--r-- | chrome/test/sync/test_http_bridge_factory.h | 1 |
8 files changed, 8 insertions, 0 deletions
diff --git a/chrome/test/sync/engine/mock_connection_manager.h b/chrome/test/sync/engine/mock_connection_manager.h index 0e4759d..685624f 100644 --- a/chrome/test/sync/engine/mock_connection_manager.h +++ b/chrome/test/sync/engine/mock_connection_manager.h @@ -6,6 +6,7 @@ #ifndef CHROME_TEST_SYNC_ENGINE_MOCK_CONNECTION_MANAGER_H_ #define CHROME_TEST_SYNC_ENGINE_MOCK_CONNECTION_MANAGER_H_ +#pragma once #include <bitset> #include <string> diff --git a/chrome/test/sync/engine/mock_gaia_authenticator.h b/chrome/test/sync/engine/mock_gaia_authenticator.h index 7eff11a..e882e9b 100644 --- a/chrome/test/sync/engine/mock_gaia_authenticator.h +++ b/chrome/test/sync/engine/mock_gaia_authenticator.h @@ -22,6 +22,7 @@ #ifndef CHROME_TEST_SYNC_ENGINE_MOCK_GAIA_AUTHENTICATOR_H_ #define CHROME_TEST_SYNC_ENGINE_MOCK_GAIA_AUTHENTICATOR_H_ +#pragma once #include <map> #include <string> diff --git a/chrome/test/sync/engine/proto_extension_validator.h b/chrome/test/sync/engine/proto_extension_validator.h index b4246d7..7912edb 100644 --- a/chrome/test/sync/engine/proto_extension_validator.h +++ b/chrome/test/sync/engine/proto_extension_validator.h @@ -18,6 +18,7 @@ #ifndef CHROME_TEST_SYNC_ENGINE_PROTO_EXTENSION_VALIDATOR_H_ #define CHROME_TEST_SYNC_ENGINE_PROTO_EXTENSION_VALIDATOR_H_ +#pragma once #include <vector> diff --git a/chrome/test/sync/engine/syncer_command_test.h b/chrome/test/sync/engine/syncer_command_test.h index 719a22d..eed8def 100644 --- a/chrome/test/sync/engine/syncer_command_test.h +++ b/chrome/test/sync/engine/syncer_command_test.h @@ -4,6 +4,7 @@ #ifndef CHROME_TEST_SYNC_ENGINE_SYNCER_COMMAND_TEST_H_ #define CHROME_TEST_SYNC_ENGINE_SYNCER_COMMAND_TEST_H_ +#pragma once #include <vector> diff --git a/chrome/test/sync/engine/test_directory_setter_upper.h b/chrome/test/sync/engine/test_directory_setter_upper.h index b5d5be1..ecaa08cb 100644 --- a/chrome/test/sync/engine/test_directory_setter_upper.h +++ b/chrome/test/sync/engine/test_directory_setter_upper.h @@ -29,6 +29,7 @@ #ifndef CHROME_TEST_SYNC_ENGINE_TEST_DIRECTORY_SETTER_UPPER_H_ #define CHROME_TEST_SYNC_ENGINE_TEST_DIRECTORY_SETTER_UPPER_H_ +#pragma once #include <string> diff --git a/chrome/test/sync/engine/test_id_factory.h b/chrome/test/sync/engine/test_id_factory.h index 36f5996..70f4bba 100644 --- a/chrome/test/sync/engine/test_id_factory.h +++ b/chrome/test/sync/engine/test_id_factory.h @@ -6,6 +6,7 @@ #ifndef CHROME_TEST_SYNC_ENGINE_TEST_ID_FACTORY_H_ #define CHROME_TEST_SYNC_ENGINE_TEST_ID_FACTORY_H_ +#pragma once #include <string> diff --git a/chrome/test/sync/engine/test_syncable_utils.h b/chrome/test/sync/engine/test_syncable_utils.h index 05cecb6..005f46c 100644 --- a/chrome/test/sync/engine/test_syncable_utils.h +++ b/chrome/test/sync/engine/test_syncable_utils.h @@ -7,6 +7,7 @@ #ifndef CHROME_TEST_SYNC_ENGINE_TEST_SYNCABLE_UTILS_H_ #define CHROME_TEST_SYNC_ENGINE_TEST_SYNCABLE_UTILS_H_ +#pragma once #include <string> diff --git a/chrome/test/sync/test_http_bridge_factory.h b/chrome/test/sync/test_http_bridge_factory.h index 6e3cc80..9f82711 100644 --- a/chrome/test/sync/test_http_bridge_factory.h +++ b/chrome/test/sync/test_http_bridge_factory.h @@ -4,6 +4,7 @@ #ifndef CHROME_TEST_SYNC_TEST_HTTP_BRIDGE_FACTORY_H_ #define CHROME_TEST_SYNC_TEST_HTTP_BRIDGE_FACTORY_H_ +#pragma once #include "chrome/browser/sync/engine/syncapi.h" |