| Index: device/bluetooth/dbus/fake_bluetooth_gatt_descriptor_client.h
|
| diff --git a/device/bluetooth/dbus/fake_bluetooth_gatt_descriptor_client.h b/device/bluetooth/dbus/fake_bluetooth_gatt_descriptor_client.h
|
| index e933664a0a8c6818dca162c9199d56d67b3bf8fb..80fdc49b8734cb3499aa0a94552b213d4856a2c0 100644
|
| --- a/device/bluetooth/dbus/fake_bluetooth_gatt_descriptor_client.h
|
| +++ b/device/bluetooth/dbus/fake_bluetooth_gatt_descriptor_client.h
|
| @@ -2,8 +2,8 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef CHROMEOS_DBUS_FAKE_BLUETOOTH_GATT_DESCRIPTOR_CLIENT_H_
|
| -#define CHROMEOS_DBUS_FAKE_BLUETOOTH_GATT_DESCRIPTOR_CLIENT_H_
|
| +#ifndef DEVICE_BLUETOOTH_DBUS_FAKE_BLUETOOTH_GATT_DESCRIPTOR_CLIENT_H_
|
| +#define DEVICE_BLUETOOTH_DBUS_FAKE_BLUETOOTH_GATT_DESCRIPTOR_CLIENT_H_
|
|
|
| #include <map>
|
| #include <string>
|
| @@ -100,4 +100,4 @@ class DEVICE_BLUETOOTH_EXPORT FakeBluetoothGattDescriptorClient
|
|
|
| } // namespace bluez
|
|
|
| -#endif // CHROMEOS_DBUS_FAKE_BLUETOOTH_GATT_DESCRIPTOR_CLIENT_H_
|
| +#endif // DEVICE_BLUETOOTH_DBUS_FAKE_BLUETOOTH_GATT_DESCRIPTOR_CLIENT_H_
|
|
|