| Index: device/bluetooth/dbus/fake_bluetooth_gatt_service_client.h
|
| diff --git a/device/bluetooth/dbus/fake_bluetooth_gatt_service_client.h b/device/bluetooth/dbus/fake_bluetooth_gatt_service_client.h
|
| index d25e9d2b53114f7f2d9d9c710d22f27e38a2b165..2950dda7d4ee145492f06a81e322e6eff8d4592b 100644
|
| --- a/device/bluetooth/dbus/fake_bluetooth_gatt_service_client.h
|
| +++ b/device/bluetooth/dbus/fake_bluetooth_gatt_service_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_SERVICE_CLIENT_H_
|
| -#define CHROMEOS_DBUS_FAKE_BLUETOOTH_GATT_SERVICE_CLIENT_H_
|
| +#ifndef DEVICE_BLUETOOTH_DBUS_FAKE_BLUETOOTH_GATT_SERVICE_CLIENT_H_
|
| +#define DEVICE_BLUETOOTH_DBUS_FAKE_BLUETOOTH_GATT_SERVICE_CLIENT_H_
|
|
|
| #include <string>
|
| #include <vector>
|
| @@ -103,4 +103,4 @@ class DEVICE_BLUETOOTH_EXPORT FakeBluetoothGattServiceClient
|
|
|
| } // namespace bluez
|
|
|
| -#endif // CHROMEOS_DBUS_FAKE_BLUETOOTH_GATT_SERVICE_CLIENT_H_
|
| +#endif // DEVICE_BLUETOOTH_DBUS_FAKE_BLUETOOTH_GATT_SERVICE_CLIENT_H_
|
|
|