diff options
author | ajwong@chromium.org <ajwong@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-07-11 06:45:39 +0000 |
---|---|---|
committer | ajwong@chromium.org <ajwong@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-07-11 06:45:39 +0000 |
commit | 9aade4d108ac200e6aeb2449d0eeee38c4228b9f (patch) | |
tree | 6b029ff9f2d5f5069ba0cc9ab7a93d0f01f906c3 /chromeos | |
parent | 30cdf3af7e307e5334895b439ea63c29025f7650 (diff) | |
download | chromium_src-9aade4d108ac200e6aeb2449d0eeee38c4228b9f.zip chromium_src-9aade4d108ac200e6aeb2449d0eeee38c4228b9f.tar.gz chromium_src-9aade4d108ac200e6aeb2449d0eeee38c4228b9f.tar.bz2 |
Remove #pragma once from chromeos
Review URL: https://chromiumcodereview.appspot.com/10693137
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@146067 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chromeos')
32 files changed, 0 insertions, 32 deletions
diff --git a/chromeos/chromeos_export.h b/chromeos/chromeos_export.h index b4dc8d6..24b88c7 100644 --- a/chromeos/chromeos_export.h +++ b/chromeos/chromeos_export.h @@ -4,7 +4,6 @@ #ifndef CHROMEOS_CHROMEOS_EXPORT_H_ #define CHROMEOS_CHROMEOS_EXPORT_H_ -#pragma once #if defined(COMPONENT_BUILD) #if defined(WIN32) diff --git a/chromeos/chromeos_switches.h b/chromeos/chromeos_switches.h index 5eeb21b..29658f3e 100644 --- a/chromeos/chromeos_switches.h +++ b/chromeos/chromeos_switches.h @@ -4,7 +4,6 @@ #ifndef CHROMEOS_CHROMEOS_SWITCHES_H_ #define CHROMEOS_CHROMEOS_SWITCHES_H_ -#pragma once #include "chromeos/chromeos_export.h" diff --git a/chromeos/dbus/blocking_method_caller.h b/chromeos/dbus/blocking_method_caller.h index 48d21cf..95aa440 100644 --- a/chromeos/dbus/blocking_method_caller.h +++ b/chromeos/dbus/blocking_method_caller.h @@ -4,7 +4,6 @@ #ifndef CHROMEOS_DBUS_BLOCKING_METHOD_CALLER_H_ #define CHROMEOS_DBUS_BLOCKING_METHOD_CALLER_H_ -#pragma once #include "base/callback.h" #include "base/synchronization/waitable_event.h" diff --git a/chromeos/dbus/bluetooth_adapter_client.h b/chromeos/dbus/bluetooth_adapter_client.h index 62c00d5..739551a 100644 --- a/chromeos/dbus/bluetooth_adapter_client.h +++ b/chromeos/dbus/bluetooth_adapter_client.h @@ -4,7 +4,6 @@ #ifndef CHROMEOS_DBUS_BLUETOOTH_ADAPTER_CLIENT_H_ #define CHROMEOS_DBUS_BLUETOOTH_ADAPTER_CLIENT_H_ -#pragma once #include <string> #include <vector> diff --git a/chromeos/dbus/bluetooth_agent_service_provider.h b/chromeos/dbus/bluetooth_agent_service_provider.h index 8e4178c..fbf4dac 100644 --- a/chromeos/dbus/bluetooth_agent_service_provider.h +++ b/chromeos/dbus/bluetooth_agent_service_provider.h @@ -4,7 +4,6 @@ #ifndef CHROMEOS_DBUS_BLUETOOTH_AGENT_SERVICE_PROVIDER_H_ #define CHROMEOS_DBUS_BLUETOOTH_AGENT_SERVICE_PROVIDER_H_ -#pragma once #include <string> diff --git a/chromeos/dbus/bluetooth_device_client.h b/chromeos/dbus/bluetooth_device_client.h index 9812da4..193f7fa 100644 --- a/chromeos/dbus/bluetooth_device_client.h +++ b/chromeos/dbus/bluetooth_device_client.h @@ -4,7 +4,6 @@ #ifndef CHROMEOS_DBUS_BLUETOOTH_DEVICE_CLIENT_H_ #define CHROMEOS_DBUS_BLUETOOTH_DEVICE_CLIENT_H_ -#pragma once #include <map> #include <string> diff --git a/chromeos/dbus/bluetooth_input_client.h b/chromeos/dbus/bluetooth_input_client.h index 3499a83..bc3d841 100644 --- a/chromeos/dbus/bluetooth_input_client.h +++ b/chromeos/dbus/bluetooth_input_client.h @@ -4,7 +4,6 @@ #ifndef CHROMEOS_DBUS_BLUETOOTH_INPUT_CLIENT_H_ #define CHROMEOS_DBUS_BLUETOOTH_INPUT_CLIENT_H_ -#pragma once #include <string> diff --git a/chromeos/dbus/bluetooth_manager_client.h b/chromeos/dbus/bluetooth_manager_client.h index 359a8e8..3d94175 100644 --- a/chromeos/dbus/bluetooth_manager_client.h +++ b/chromeos/dbus/bluetooth_manager_client.h @@ -4,7 +4,6 @@ #ifndef CHROMEOS_DBUS_BLUETOOTH_MANAGER_CLIENT_H_ #define CHROMEOS_DBUS_BLUETOOTH_MANAGER_CLIENT_H_ -#pragma once #include <string> #include <vector> diff --git a/chromeos/dbus/bluetooth_node_client.h b/chromeos/dbus/bluetooth_node_client.h index 3b4629f..4bf66af 100644 --- a/chromeos/dbus/bluetooth_node_client.h +++ b/chromeos/dbus/bluetooth_node_client.h @@ -4,7 +4,6 @@ #ifndef CHROMEOS_DBUS_BLUETOOTH_NODE_CLIENT_H_ #define CHROMEOS_DBUS_BLUETOOTH_NODE_CLIENT_H_ -#pragma once #include <string> diff --git a/chromeos/dbus/bluetooth_out_of_band_client.h b/chromeos/dbus/bluetooth_out_of_band_client.h index 52dafab..5f517c6 100644 --- a/chromeos/dbus/bluetooth_out_of_band_client.h +++ b/chromeos/dbus/bluetooth_out_of_band_client.h @@ -4,7 +4,6 @@ #ifndef CHROMEOS_DBUS_BLUETOOTH_OUT_OF_BAND_CLIENT_H_ #define CHROMEOS_DBUS_BLUETOOTH_OUT_OF_BAND_CLIENT_H_ -#pragma once #include <string> diff --git a/chromeos/dbus/bluetooth_property.h b/chromeos/dbus/bluetooth_property.h index 41be1c0..303b8cd 100644 --- a/chromeos/dbus/bluetooth_property.h +++ b/chromeos/dbus/bluetooth_property.h @@ -4,7 +4,6 @@ #ifndef CHROMEOS_DBUS_BLUETOOTH_PROPERTY_H_ #define CHROMEOS_DBUS_BLUETOOTH_PROPERTY_H_ -#pragma once #include <string> diff --git a/chromeos/dbus/cashew_client.h b/chromeos/dbus/cashew_client.h index dc67ca9..e208e88 100644 --- a/chromeos/dbus/cashew_client.h +++ b/chromeos/dbus/cashew_client.h @@ -4,7 +4,6 @@ #ifndef CHROMEOS_DBUS_CASHEW_CLIENT_H_ #define CHROMEOS_DBUS_CASHEW_CLIENT_H_ -#pragma once #include <string> #include <vector> diff --git a/chromeos/dbus/cros_disks_client.h b/chromeos/dbus/cros_disks_client.h index 065e636..5d15f68 100644 --- a/chromeos/dbus/cros_disks_client.h +++ b/chromeos/dbus/cros_disks_client.h @@ -4,7 +4,6 @@ #ifndef CHROMEOS_DBUS_CROS_DISKS_CLIENT_H_ #define CHROMEOS_DBUS_CROS_DISKS_CLIENT_H_ -#pragma once #include <string> #include <vector> diff --git a/chromeos/dbus/cryptohome_client.h b/chromeos/dbus/cryptohome_client.h index a152e44..af32c80 100644 --- a/chromeos/dbus/cryptohome_client.h +++ b/chromeos/dbus/cryptohome_client.h @@ -4,7 +4,6 @@ #ifndef CHROMEOS_DBUS_CRYPTOHOME_CLIENT_H_ #define CHROMEOS_DBUS_CRYPTOHOME_CLIENT_H_ -#pragma once #include <string> #include <vector> diff --git a/chromeos/dbus/dbus_thread_manager.h b/chromeos/dbus/dbus_thread_manager.h index c65d827..5e96ef2 100644 --- a/chromeos/dbus/dbus_thread_manager.h +++ b/chromeos/dbus/dbus_thread_manager.h @@ -4,7 +4,6 @@ #ifndef CHROMEOS_DBUS_DBUS_THREAD_MANAGER_H_ #define CHROMEOS_DBUS_DBUS_THREAD_MANAGER_H_ -#pragma once #include <string> diff --git a/chromeos/dbus/gsm_sms_client.h b/chromeos/dbus/gsm_sms_client.h index 68d8275..c5fc489 100644 --- a/chromeos/dbus/gsm_sms_client.h +++ b/chromeos/dbus/gsm_sms_client.h @@ -4,7 +4,6 @@ #ifndef CHROMEOS_DBUS_GSM_SMS_CLIENT_H_ #define CHROMEOS_DBUS_GSM_SMS_CLIENT_H_ -#pragma once #include <string> diff --git a/chromeos/dbus/ibus/ibus_client.h b/chromeos/dbus/ibus/ibus_client.h index 3805b1c..565df0f 100644 --- a/chromeos/dbus/ibus/ibus_client.h +++ b/chromeos/dbus/ibus/ibus_client.h @@ -4,7 +4,6 @@ #ifndef CHROMEOS_DBUS_IBUS_IBUS_CLIENT_H_ #define CHROMEOS_DBUS_IBUS_IBUS_CLIENT_H_ -#pragma once #include <string> diff --git a/chromeos/dbus/ibus/ibus_input_context_client.h b/chromeos/dbus/ibus/ibus_input_context_client.h index 5aab663..a6ae66c 100644 --- a/chromeos/dbus/ibus/ibus_input_context_client.h +++ b/chromeos/dbus/ibus/ibus_input_context_client.h @@ -4,7 +4,6 @@ #ifndef CHROMEOS_DBUS_IBUS_IBUS_INPUT_CONTEXT_CLIENT_H_ #define CHROMEOS_DBUS_IBUS_IBUS_INPUT_CONTEXT_CLIENT_H_ -#pragma once #include "base/bind.h" #include "base/callback.h" diff --git a/chromeos/dbus/ibus/mock_ibus_client.h b/chromeos/dbus/ibus/mock_ibus_client.h index bb51123..2202b68 100644 --- a/chromeos/dbus/ibus/mock_ibus_client.h +++ b/chromeos/dbus/ibus/mock_ibus_client.h @@ -4,7 +4,6 @@ #ifndef CHROMEOS_DBUS_IBUS_MOCK_IBUS_CLIENT_H_ #define CHROMEOS_DBUS_IBUS_MOCK_IBUS_CLIENT_H_ -#pragma once #include <string> #include "base/callback.h" diff --git a/chromeos/dbus/image_burner_client.h b/chromeos/dbus/image_burner_client.h index 5368eb0..053b430 100644 --- a/chromeos/dbus/image_burner_client.h +++ b/chromeos/dbus/image_burner_client.h @@ -4,7 +4,6 @@ #ifndef CHROMEOS_DBUS_IMAGE_BURNER_CLIENT_H_ #define CHROMEOS_DBUS_IMAGE_BURNER_CLIENT_H_ -#pragma once #include <string> diff --git a/chromeos/dbus/introspectable_client.h b/chromeos/dbus/introspectable_client.h index c70bb6e..1ee15d6 100644 --- a/chromeos/dbus/introspectable_client.h +++ b/chromeos/dbus/introspectable_client.h @@ -4,7 +4,6 @@ #ifndef CHROMEOS_DBUS_INTROSPECTABLE_CLIENT_H_ #define CHROMEOS_DBUS_INTROSPECTABLE_CLIENT_H_ -#pragma once #include <string> #include <vector> diff --git a/chromeos/dbus/mock_cashew_client.h b/chromeos/dbus/mock_cashew_client.h index 5075348..d2b17e6 100644 --- a/chromeos/dbus/mock_cashew_client.h +++ b/chromeos/dbus/mock_cashew_client.h @@ -4,7 +4,6 @@ #ifndef CHROMEOS_DBUS_MOCK_CASHEW_CLIENT_H_ #define CHROMEOS_DBUS_MOCK_CASHEW_CLIENT_H_ -#pragma once #include "chromeos/dbus/cashew_client.h" #include "testing/gmock/include/gmock/gmock.h" diff --git a/chromeos/dbus/mock_cros_disks_client.h b/chromeos/dbus/mock_cros_disks_client.h index 89f7d56..c237d90 100644 --- a/chromeos/dbus/mock_cros_disks_client.h +++ b/chromeos/dbus/mock_cros_disks_client.h @@ -4,7 +4,6 @@ #ifndef CHROMEOS_DBUS_MOCK_CROS_DISKS_CLIENT_H_ #define CHROMEOS_DBUS_MOCK_CROS_DISKS_CLIENT_H_ -#pragma once #include <string> diff --git a/chromeos/dbus/mock_cryptohome_client.h b/chromeos/dbus/mock_cryptohome_client.h index ff5f0b1..aefaddc 100644 --- a/chromeos/dbus/mock_cryptohome_client.h +++ b/chromeos/dbus/mock_cryptohome_client.h @@ -4,7 +4,6 @@ #ifndef CHROMEOS_DBUS_MOCK_CRYPTOHOME_CLIENT_H_ #define CHROMEOS_DBUS_MOCK_CRYPTOHOME_CLIENT_H_ -#pragma once #include <string> diff --git a/chromeos/dbus/mock_gsm_sms_client.h b/chromeos/dbus/mock_gsm_sms_client.h index 493d4bd..bc0bee9 100644 --- a/chromeos/dbus/mock_gsm_sms_client.h +++ b/chromeos/dbus/mock_gsm_sms_client.h @@ -4,7 +4,6 @@ #ifndef CHROMEOS_DBUS_MOCK_GSM_SMS_CLIENT_H_ #define CHROMEOS_DBUS_MOCK_GSM_SMS_CLIENT_H_ -#pragma once #include <string> diff --git a/chromeos/dbus/mock_image_burner_client.h b/chromeos/dbus/mock_image_burner_client.h index 6cb31fe..63e3211 100644 --- a/chromeos/dbus/mock_image_burner_client.h +++ b/chromeos/dbus/mock_image_burner_client.h @@ -4,7 +4,6 @@ #ifndef CHROMEOS_DBUS_MOCK_IMAGE_BURNER_CLIENT_H_ #define CHROMEOS_DBUS_MOCK_IMAGE_BURNER_CLIENT_H_ -#pragma once #include <string> diff --git a/chromeos/dbus/mock_modem_messaging_client.h b/chromeos/dbus/mock_modem_messaging_client.h index 6159ff5..15c976c 100644 --- a/chromeos/dbus/mock_modem_messaging_client.h +++ b/chromeos/dbus/mock_modem_messaging_client.h @@ -4,7 +4,6 @@ #ifndef CHROMEOS_DBUS_MOCK_MODEM_MESSAGING_CLIENT_H_ #define CHROMEOS_DBUS_MOCK_MODEM_MESSAGING_CLIENT_H_ -#pragma once #include <string> diff --git a/chromeos/dbus/mock_sms_client.h b/chromeos/dbus/mock_sms_client.h index da6d0d7..dcba379 100644 --- a/chromeos/dbus/mock_sms_client.h +++ b/chromeos/dbus/mock_sms_client.h @@ -4,7 +4,6 @@ #ifndef CHROMEOS_DBUS_MOCK_SMS_CLIENT_H_ #define CHROMEOS_DBUS_MOCK_SMS_CLIENT_H_ -#pragma once #include <string> diff --git a/chromeos/dbus/modem_messaging_client.h b/chromeos/dbus/modem_messaging_client.h index 00607ad..8a5eb3d 100644 --- a/chromeos/dbus/modem_messaging_client.h +++ b/chromeos/dbus/modem_messaging_client.h @@ -4,7 +4,6 @@ #ifndef CHROMEOS_DBUS_MODEM_MESSAGING_CLIENT_H_ #define CHROMEOS_DBUS_MODEM_MESSAGING_CLIENT_H_ -#pragma once #include <string> #include <vector> diff --git a/chromeos/dbus/sms_client.h b/chromeos/dbus/sms_client.h index 44006cd..f405bad 100644 --- a/chromeos/dbus/sms_client.h +++ b/chromeos/dbus/sms_client.h @@ -4,7 +4,6 @@ #ifndef CHROMEOS_DBUS_SMS_CLIENT_H_ #define CHROMEOS_DBUS_SMS_CLIENT_H_ -#pragma once #include <string> diff --git a/chromeos/dbus/speech_synthesizer_client.h b/chromeos/dbus/speech_synthesizer_client.h index 0ca93dce5..e20362c 100644 --- a/chromeos/dbus/speech_synthesizer_client.h +++ b/chromeos/dbus/speech_synthesizer_client.h @@ -4,7 +4,6 @@ #ifndef CHROMEOS_DBUS_SPEECH_SYNTHESIZER_CLIENT_H_ #define CHROMEOS_DBUS_SPEECH_SYNTHESIZER_CLIENT_H_ -#pragma once #include <string> diff --git a/chromeos/display/output_configurator.h b/chromeos/display/output_configurator.h index 2b6d2d4..672a989 100644 --- a/chromeos/display/output_configurator.h +++ b/chromeos/display/output_configurator.h @@ -4,7 +4,6 @@ #ifndef CHROMEOS_DISPLAY_OUTPUT_CONFIGURATOR_H_ #define CHROMEOS_DISPLAY_OUTPUT_CONFIGURATOR_H_ -#pragma once #include "base/basictypes.h" #include "base/event_types.h" |