0

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:
ajwong@chromium.org
2012-07-11 06:45:39 +00:00
parent 30cdf3af7e
commit 9aade4d108
32 changed files with 0 additions and 32 deletions

@ -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"