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
This commit is contained in:
chromeos
chromeos_export.hchromeos_switches.h
dbus
blocking_method_caller.hbluetooth_adapter_client.hbluetooth_agent_service_provider.hbluetooth_device_client.hbluetooth_input_client.hbluetooth_manager_client.hbluetooth_node_client.hbluetooth_out_of_band_client.hbluetooth_property.hcashew_client.hcros_disks_client.hcryptohome_client.hdbus_thread_manager.hgsm_sms_client.h
ibus
image_burner_client.hintrospectable_client.hmock_cashew_client.hmock_cros_disks_client.hmock_cryptohome_client.hmock_gsm_sms_client.hmock_image_burner_client.hmock_modem_messaging_client.hmock_sms_client.hmodem_messaging_client.hsms_client.hspeech_synthesizer_client.hdisplay
@ -4,7 +4,6 @@
|
||||
|
||||
#ifndef CHROMEOS_CHROMEOS_EXPORT_H_
|
||||
#define CHROMEOS_CHROMEOS_EXPORT_H_
|
||||
#pragma once
|
||||
|
||||
#if defined(COMPONENT_BUILD)
|
||||
#if defined(WIN32)
|
||||
|
@ -4,7 +4,6 @@
|
||||
|
||||
#ifndef CHROMEOS_CHROMEOS_SWITCHES_H_
|
||||
#define CHROMEOS_CHROMEOS_SWITCHES_H_
|
||||
#pragma once
|
||||
|
||||
#include "chromeos/chromeos_export.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"
|
||||
|
@ -4,7 +4,6 @@
|
||||
|
||||
#ifndef CHROMEOS_DBUS_BLUETOOTH_ADAPTER_CLIENT_H_
|
||||
#define CHROMEOS_DBUS_BLUETOOTH_ADAPTER_CLIENT_H_
|
||||
#pragma once
|
||||
|
||||
#include <string>
|
||||
#include <vector>
|
||||
|
@ -4,7 +4,6 @@
|
||||
|
||||
#ifndef CHROMEOS_DBUS_BLUETOOTH_AGENT_SERVICE_PROVIDER_H_
|
||||
#define CHROMEOS_DBUS_BLUETOOTH_AGENT_SERVICE_PROVIDER_H_
|
||||
#pragma once
|
||||
|
||||
#include <string>
|
||||
|
||||
|
@ -4,7 +4,6 @@
|
||||
|
||||
#ifndef CHROMEOS_DBUS_BLUETOOTH_DEVICE_CLIENT_H_
|
||||
#define CHROMEOS_DBUS_BLUETOOTH_DEVICE_CLIENT_H_
|
||||
#pragma once
|
||||
|
||||
#include <map>
|
||||
#include <string>
|
||||
|
@ -4,7 +4,6 @@
|
||||
|
||||
#ifndef CHROMEOS_DBUS_BLUETOOTH_INPUT_CLIENT_H_
|
||||
#define CHROMEOS_DBUS_BLUETOOTH_INPUT_CLIENT_H_
|
||||
#pragma once
|
||||
|
||||
#include <string>
|
||||
|
||||
|
@ -4,7 +4,6 @@
|
||||
|
||||
#ifndef CHROMEOS_DBUS_BLUETOOTH_MANAGER_CLIENT_H_
|
||||
#define CHROMEOS_DBUS_BLUETOOTH_MANAGER_CLIENT_H_
|
||||
#pragma once
|
||||
|
||||
#include <string>
|
||||
#include <vector>
|
||||
|
@ -4,7 +4,6 @@
|
||||
|
||||
#ifndef CHROMEOS_DBUS_BLUETOOTH_NODE_CLIENT_H_
|
||||
#define CHROMEOS_DBUS_BLUETOOTH_NODE_CLIENT_H_
|
||||
#pragma once
|
||||
|
||||
#include <string>
|
||||
|
||||
|
@ -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>
|
||||
|
||||
|
@ -4,7 +4,6 @@
|
||||
|
||||
#ifndef CHROMEOS_DBUS_BLUETOOTH_PROPERTY_H_
|
||||
#define CHROMEOS_DBUS_BLUETOOTH_PROPERTY_H_
|
||||
#pragma once
|
||||
|
||||
#include <string>
|
||||
|
||||
|
@ -4,7 +4,6 @@
|
||||
|
||||
#ifndef CHROMEOS_DBUS_CASHEW_CLIENT_H_
|
||||
#define CHROMEOS_DBUS_CASHEW_CLIENT_H_
|
||||
#pragma once
|
||||
|
||||
#include <string>
|
||||
#include <vector>
|
||||
|
@ -4,7 +4,6 @@
|
||||
|
||||
#ifndef CHROMEOS_DBUS_CROS_DISKS_CLIENT_H_
|
||||
#define CHROMEOS_DBUS_CROS_DISKS_CLIENT_H_
|
||||
#pragma once
|
||||
|
||||
#include <string>
|
||||
#include <vector>
|
||||
|
@ -4,7 +4,6 @@
|
||||
|
||||
#ifndef CHROMEOS_DBUS_CRYPTOHOME_CLIENT_H_
|
||||
#define CHROMEOS_DBUS_CRYPTOHOME_CLIENT_H_
|
||||
#pragma once
|
||||
|
||||
#include <string>
|
||||
#include <vector>
|
||||
|
@ -4,7 +4,6 @@
|
||||
|
||||
#ifndef CHROMEOS_DBUS_DBUS_THREAD_MANAGER_H_
|
||||
#define CHROMEOS_DBUS_DBUS_THREAD_MANAGER_H_
|
||||
#pragma once
|
||||
|
||||
#include <string>
|
||||
|
||||
|
@ -4,7 +4,6 @@
|
||||
|
||||
#ifndef CHROMEOS_DBUS_GSM_SMS_CLIENT_H_
|
||||
#define CHROMEOS_DBUS_GSM_SMS_CLIENT_H_
|
||||
#pragma once
|
||||
|
||||
#include <string>
|
||||
|
||||
|
@ -4,7 +4,6 @@
|
||||
|
||||
#ifndef CHROMEOS_DBUS_IBUS_IBUS_CLIENT_H_
|
||||
#define CHROMEOS_DBUS_IBUS_IBUS_CLIENT_H_
|
||||
#pragma once
|
||||
|
||||
#include <string>
|
||||
|
||||
|
@ -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"
|
||||
|
@ -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"
|
||||
|
@ -4,7 +4,6 @@
|
||||
|
||||
#ifndef CHROMEOS_DBUS_IMAGE_BURNER_CLIENT_H_
|
||||
#define CHROMEOS_DBUS_IMAGE_BURNER_CLIENT_H_
|
||||
#pragma once
|
||||
|
||||
#include <string>
|
||||
|
||||
|
@ -4,7 +4,6 @@
|
||||
|
||||
#ifndef CHROMEOS_DBUS_INTROSPECTABLE_CLIENT_H_
|
||||
#define CHROMEOS_DBUS_INTROSPECTABLE_CLIENT_H_
|
||||
#pragma once
|
||||
|
||||
#include <string>
|
||||
#include <vector>
|
||||
|
@ -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"
|
||||
|
@ -4,7 +4,6 @@
|
||||
|
||||
#ifndef CHROMEOS_DBUS_MOCK_CROS_DISKS_CLIENT_H_
|
||||
#define CHROMEOS_DBUS_MOCK_CROS_DISKS_CLIENT_H_
|
||||
#pragma once
|
||||
|
||||
#include <string>
|
||||
|
||||
|
@ -4,7 +4,6 @@
|
||||
|
||||
#ifndef CHROMEOS_DBUS_MOCK_CRYPTOHOME_CLIENT_H_
|
||||
#define CHROMEOS_DBUS_MOCK_CRYPTOHOME_CLIENT_H_
|
||||
#pragma once
|
||||
|
||||
#include <string>
|
||||
|
||||
|
@ -4,7 +4,6 @@
|
||||
|
||||
#ifndef CHROMEOS_DBUS_MOCK_GSM_SMS_CLIENT_H_
|
||||
#define CHROMEOS_DBUS_MOCK_GSM_SMS_CLIENT_H_
|
||||
#pragma once
|
||||
|
||||
#include <string>
|
||||
|
||||
|
@ -4,7 +4,6 @@
|
||||
|
||||
#ifndef CHROMEOS_DBUS_MOCK_IMAGE_BURNER_CLIENT_H_
|
||||
#define CHROMEOS_DBUS_MOCK_IMAGE_BURNER_CLIENT_H_
|
||||
#pragma once
|
||||
|
||||
#include <string>
|
||||
|
||||
|
@ -4,7 +4,6 @@
|
||||
|
||||
#ifndef CHROMEOS_DBUS_MOCK_MODEM_MESSAGING_CLIENT_H_
|
||||
#define CHROMEOS_DBUS_MOCK_MODEM_MESSAGING_CLIENT_H_
|
||||
#pragma once
|
||||
|
||||
#include <string>
|
||||
|
||||
|
@ -4,7 +4,6 @@
|
||||
|
||||
#ifndef CHROMEOS_DBUS_MOCK_SMS_CLIENT_H_
|
||||
#define CHROMEOS_DBUS_MOCK_SMS_CLIENT_H_
|
||||
#pragma once
|
||||
|
||||
#include <string>
|
||||
|
||||
|
@ -4,7 +4,6 @@
|
||||
|
||||
#ifndef CHROMEOS_DBUS_MODEM_MESSAGING_CLIENT_H_
|
||||
#define CHROMEOS_DBUS_MODEM_MESSAGING_CLIENT_H_
|
||||
#pragma once
|
||||
|
||||
#include <string>
|
||||
#include <vector>
|
||||
|
@ -4,7 +4,6 @@
|
||||
|
||||
#ifndef CHROMEOS_DBUS_SMS_CLIENT_H_
|
||||
#define CHROMEOS_DBUS_SMS_CLIENT_H_
|
||||
#pragma once
|
||||
|
||||
#include <string>
|
||||
|
||||
|
@ -4,7 +4,6 @@
|
||||
|
||||
#ifndef CHROMEOS_DBUS_SPEECH_SYNTHESIZER_CLIENT_H_
|
||||
#define CHROMEOS_DBUS_SPEECH_SYNTHESIZER_CLIENT_H_
|
||||
#pragma once
|
||||
|
||||
#include <string>
|
||||
|
||||
|
@ -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"
|
||||
|
Reference in New Issue
Block a user