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

Unified Diff: device/bluetooth/dbus/fake_bluetooth_profile_service_provider.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/fake_bluetooth_profile_service_provider.h
diff --git a/chromeos/dbus/fake_bluetooth_profile_service_provider.h b/device/bluetooth/dbus/fake_bluetooth_profile_service_provider.h
similarity index 95%
rename from chromeos/dbus/fake_bluetooth_profile_service_provider.h
rename to device/bluetooth/dbus/fake_bluetooth_profile_service_provider.h
index 2c98048c5a9895d83bad733f3efe85921aa07595..2ada413c2d1d15369c608bd96aa5250d07c69229 100644
--- a/chromeos/dbus/fake_bluetooth_profile_service_provider.h
+++ b/device/bluetooth/dbus/fake_bluetooth_profile_service_provider.h
@@ -9,11 +9,11 @@
#include "base/callback.h"
#include "base/memory/scoped_ptr.h"
#include "chromeos/chromeos_export.h"
-#include "chromeos/dbus/bluetooth_profile_service_provider.h"
#include "dbus/file_descriptor.h"
#include "dbus/object_path.h"
+#include "device/bluetooth/dbus/bluetooth_profile_service_provider.h"
-namespace chromeos {
+namespace bluez {
// FakeBluetoothProfileServiceProvider simulates the behavior of a local
// Bluetooth agent object and is used both in test cases in place of a
@@ -55,6 +55,6 @@ class CHROMEOS_EXPORT FakeBluetoothProfileServiceProvider
DISALLOW_COPY_AND_ASSIGN(FakeBluetoothProfileServiceProvider);
};
-} // namespace chromeos
+} // namespace bluez
#endif // CHROMEOS_DBUS_FAKE_BLUETOOTH_PROFILE_SERVICE_PROVIDER_H_

Powered by Google App Engine
This is Rietveld 408576698