Index: device/bluetooth/test/mock_bluetooth_adapter.h |
diff --git a/chrome/browser/chromeos/bluetooth/test/mock_bluetooth_adapter.h b/device/bluetooth/test/mock_bluetooth_adapter.h |
similarity index 81% |
rename from chrome/browser/chromeos/bluetooth/test/mock_bluetooth_adapter.h |
rename to device/bluetooth/test/mock_bluetooth_adapter.h |
index ba94c20d1d9ae93f7152ed05f79d17a3672d6877..33f7afb955d500862d33300566e64473142da8f4 100644 |
--- a/chrome/browser/chromeos/bluetooth/test/mock_bluetooth_adapter.h |
+++ b/device/bluetooth/test/mock_bluetooth_adapter.h |
@@ -2,18 +2,17 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-#ifndef CHROME_BROWSER_CHROMEOS_BLUETOOTH_TEST_MOCK_BLUETOOTH_ADAPTER_H_ |
-#define CHROME_BROWSER_CHROMEOS_BLUETOOTH_TEST_MOCK_BLUETOOTH_ADAPTER_H_ |
+#ifndef DEVICE_BLUETOOTH_TEST_MOCK_BLUETOOTH_ADAPTER_H_ |
+#define DEVICE_BLUETOOTH_TEST_MOCK_BLUETOOTH_ADAPTER_H_ |
#include <string> |
#include "base/callback.h" |
-#include "chrome/browser/chromeos/bluetooth/bluetooth_adapter.h" |
-#include "chrome/browser/chromeos/bluetooth/bluetooth_device.h" |
-#include "chromeos/dbus/bluetooth_out_of_band_client.h" |
+#include "device/bluetooth/bluetooth_adapter.h" |
+#include "device/bluetooth/bluetooth_device.h" |
#include "testing/gmock/include/gmock/gmock.h" |
-namespace chromeos { |
+namespace device { |
class MockBluetoothAdapter : public BluetoothAdapter { |
public: |
@@ -57,6 +56,6 @@ class MockBluetoothAdapter : public BluetoothAdapter { |
virtual ~MockBluetoothAdapter(); |
}; |
-} // namespace chromeos |
+} // namespace device |
-#endif // CHROME_BROWSER_CHROMEOS_BLUETOOTH_TEST_MOCK_BLUETOOTH_ADAPTER_H_ |
+#endif // DEVICE_BLUETOOTH_TEST_MOCK_BLUETOOTH_ADAPTER_H_ |