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

Unified Diff: device/bluetooth/dbus/bluetooth_dbus_client_implementation_type.h

Issue 1347193004: Refactor DBusThreadManager to split away BT clients. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 3 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/dbus/bluetooth_dbus_client_implementation_type.h
diff --git a/chromeos/dbus/dbus_client_implementation_type.h b/device/bluetooth/dbus/bluetooth_dbus_client_implementation_type.h
similarity index 92%
copy from chromeos/dbus/dbus_client_implementation_type.h
copy to device/bluetooth/dbus/bluetooth_dbus_client_implementation_type.h
index 45fb4921f647b775a3e52b0dd42f825791dbafb8..1be0db4c6a6468ef2b5a125b8386d9cd8f951657 100644
--- a/chromeos/dbus/dbus_client_implementation_type.h
+++ b/device/bluetooth/dbus/bluetooth_dbus_client_implementation_type.h
@@ -5,7 +5,7 @@
#ifndef CHROMEOS_DBUS_DBUS_CLIENT_IMPLEMENTATION_TYPE_H_
#define CHROMEOS_DBUS_DBUS_CLIENT_IMPLEMENTATION_TYPE_H_
-namespace chromeos {
+namespace bluez {
// An enum to describe the desired type of D-Bus client implemenation.
enum DBusClientImplementationType {
@@ -13,6 +13,6 @@ enum DBusClientImplementationType {
STUB_DBUS_CLIENT_IMPLEMENTATION, // A stub implementation.
};
-} // namespace chromeos
+} // namespace bluez
#endif // CHROMEOS_DBUS_DBUS_CLIENT_IMPLEMENTATION_TYPE_H_

Powered by Google App Engine
This is Rietveld 408576698