diff options
author | keybuk@chromium.org <keybuk@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-04-23 16:45:42 +0000 |
---|---|---|
committer | keybuk@chromium.org <keybuk@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-04-23 16:45:42 +0000 |
commit | 435605aebc42bd6abc3fc7c7b27c8ff193452704 (patch) | |
tree | c0bfb40b808a323eba5a97b1bdb39811966fccb7 | |
parent | cc9f2032c6574da5ce41b08f060f3836965464e8 (diff) | |
download | chromium_src-435605aebc42bd6abc3fc7c7b27c8ff193452704.zip chromium_src-435605aebc42bd6abc3fc7c7b27c8ff193452704.tar.gz chromium_src-435605aebc42bd6abc3fc7c7b27c8ff193452704.tar.bz2 |
Bluetooth: fix header sentry comment style
BUG=none
TEST=none
R=satorux@chromium.org, youngki@chromium.org
Review URL: https://codereview.chromium.org/14408002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@195814 0039d316-1c4b-4281-b951-d872f2087c98
8 files changed, 8 insertions, 8 deletions
diff --git a/chromeos/dbus/fake_bluetooth_adapter_client.h b/chromeos/dbus/fake_bluetooth_adapter_client.h index 72ce9d1..96fa426 100644 --- a/chromeos/dbus/fake_bluetooth_adapter_client.h +++ b/chromeos/dbus/fake_bluetooth_adapter_client.h @@ -90,4 +90,4 @@ class CHROMEOS_EXPORT FakeBluetoothAdapterClient } // namespace chromeos -#endif /* CHROMEOS_DBUS_FAKE_BLUETOOTH_ADAPTER_CLIENT_H_ */ +#endif // CHROMEOS_DBUS_FAKE_BLUETOOTH_ADAPTER_CLIENT_H_ diff --git a/chromeos/dbus/fake_bluetooth_agent_manager_client.h b/chromeos/dbus/fake_bluetooth_agent_manager_client.h index 9874f6b..57ecd50 100644 --- a/chromeos/dbus/fake_bluetooth_agent_manager_client.h +++ b/chromeos/dbus/fake_bluetooth_agent_manager_client.h @@ -55,4 +55,4 @@ class CHROMEOS_EXPORT FakeBluetoothAgentManagerClient } // namespace chromeos -#endif /* CHROMEOS_DBUS_FAKE_BLUETOOTH_AGENT_MANAGER_CLIENT_H_ */ +#endif // CHROMEOS_DBUS_FAKE_BLUETOOTH_AGENT_MANAGER_CLIENT_H_ diff --git a/chromeos/dbus/fake_bluetooth_agent_service_provider.h b/chromeos/dbus/fake_bluetooth_agent_service_provider.h index 23f232e..9e931a5 100644 --- a/chromeos/dbus/fake_bluetooth_agent_service_provider.h +++ b/chromeos/dbus/fake_bluetooth_agent_service_provider.h @@ -66,4 +66,4 @@ class CHROMEOS_EXPORT FakeBluetoothAgentServiceProvider } // namespace chromeos -#endif /* CHROMEOS_DBUS_FAKE_BLUETOOTH_AGENT_SERVICE_PROVIDER_H_ */ +#endif // CHROMEOS_DBUS_FAKE_BLUETOOTH_AGENT_SERVICE_PROVIDER_H_ diff --git a/chromeos/dbus/fake_bluetooth_device_client.h b/chromeos/dbus/fake_bluetooth_device_client.h index d3b0fdd..69c2745 100644 --- a/chromeos/dbus/fake_bluetooth_device_client.h +++ b/chromeos/dbus/fake_bluetooth_device_client.h @@ -188,4 +188,4 @@ class CHROMEOS_EXPORT FakeBluetoothDeviceClient } // namespace chromeos -#endif /* CHROMEOS_DBUS_FAKE_BLUETOOTH_DEVICE_CLIENT_H_ */ +#endif // CHROMEOS_DBUS_FAKE_BLUETOOTH_DEVICE_CLIENT_H_ diff --git a/chromeos/dbus/fake_bluetooth_profile_manager_client.h b/chromeos/dbus/fake_bluetooth_profile_manager_client.h index fdda97a..e3cfcd4 100644 --- a/chromeos/dbus/fake_bluetooth_profile_manager_client.h +++ b/chromeos/dbus/fake_bluetooth_profile_manager_client.h @@ -38,4 +38,4 @@ class CHROMEOS_EXPORT FakeBluetoothProfileManagerClient } // namespace chromeos -#endif /* CHROMEOS_DBUS_FAKE_BLUETOOTH_PROFILE_MANAGER_CLIENT_H_ */ +#endif // CHROMEOS_DBUS_FAKE_BLUETOOTH_PROFILE_MANAGER_CLIENT_H_ diff --git a/chromeos/dbus/fake_bluetooth_profile_service_provider.h b/chromeos/dbus/fake_bluetooth_profile_service_provider.h index 730d6fe..5af7382 100644 --- a/chromeos/dbus/fake_bluetooth_profile_service_provider.h +++ b/chromeos/dbus/fake_bluetooth_profile_service_provider.h @@ -51,4 +51,4 @@ class CHROMEOS_EXPORT FakeBluetoothProfileServiceProvider } // namespace chromeos -#endif /* CHROMEOS_DBUS_FAKE_BLUETOOTH_PROFILE_SERVICE_PROVIDER_H_ */ +#endif // CHROMEOS_DBUS_FAKE_BLUETOOTH_PROFILE_SERVICE_PROVIDER_H_ diff --git a/device/bluetooth/bluetooth_device_experimental_chromeos.h b/device/bluetooth/bluetooth_device_experimental_chromeos.h index ff31ddb..a6b838c 100644 --- a/device/bluetooth/bluetooth_device_experimental_chromeos.h +++ b/device/bluetooth/bluetooth_device_experimental_chromeos.h @@ -204,4 +204,4 @@ class BluetoothDeviceExperimentalChromeOS } // namespace chromeos -#endif /* DEVICE_BLUETOOTH_BLUETOOTH_DEVICE_EXPERIMENTAL_CHROMEOS_H */ +#endif // DEVICE_BLUETOOTH_BLUETOOTH_DEVICE_EXPERIMENTAL_CHROMEOS_H diff --git a/device/bluetooth/bluetooth_profile.h b/device/bluetooth/bluetooth_profile.h index 59a2fb2..306db8fe 100644 --- a/device/bluetooth/bluetooth_profile.h +++ b/device/bluetooth/bluetooth_profile.h @@ -101,4 +101,4 @@ class BluetoothProfile { } // namespace device -#endif /* DEVICE_BLUETOOTH_BLUETOOTH_PROFILE_H_ */ +#endif // DEVICE_BLUETOOTH_BLUETOOTH_PROFILE_H_ |