Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1513)

Unified Diff: device/bluetooth/bluez/bluetooth_socket_bluez.h

Issue 1898643002: Refactor device::BluetoothGattXXX classes to split into remote/local. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: device/bluetooth/bluez/bluetooth_socket_bluez.h
diff --git a/device/bluetooth/bluetooth_socket_bluez.h b/device/bluetooth/bluez/bluetooth_socket_bluez.h
similarity index 97%
rename from device/bluetooth/bluetooth_socket_bluez.h
rename to device/bluetooth/bluez/bluetooth_socket_bluez.h
index 4354d269e6b1bf7a06967cc7a9f61ca8b508d1c8..c08ad97c2b327b25e605710a10daaf484d08b248 100644
--- a/device/bluetooth/bluetooth_socket_bluez.h
+++ b/device/bluetooth/bluez/bluetooth_socket_bluez.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 DEVICE_BLUETOOTH_BLUETOOTH_SOCKET_BLUEZ_H_
-#define DEVICE_BLUETOOTH_BLUETOOTH_SOCKET_BLUEZ_H_
+#ifndef DEVICE_BLUETOOTH_BLUEZ_BLUETOOTH_SOCKET_BLUEZ_H_
+#define DEVICE_BLUETOOTH_BLUEZ_BLUETOOTH_SOCKET_BLUEZ_H_
#include <memory>
#include <queue>
@@ -198,4 +198,4 @@ class DEVICE_BLUETOOTH_EXPORT BluetoothSocketBlueZ
} // namespace bluez
-#endif // DEVICE_BLUETOOTH_BLUETOOTH_SOCKET_BLUEZ_H_
+#endif // DEVICE_BLUETOOTH_BLUEZ_BLUETOOTH_SOCKET_BLUEZ_H_
« no previous file with comments | « device/bluetooth/bluez/bluetooth_remote_gatt_service_bluez.cc ('k') | device/bluetooth/bluez/bluetooth_socket_bluez.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698