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

Unified Diff: device/bluetooth/test/mock_bluetooth_device.cc

Issue 11075006: Moved bluetooth adapter files to device/bluetooth/. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: renamed 'bluetooth' target to 'device_bluetooth'. Created 8 years, 2 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/test/mock_bluetooth_device.cc
diff --git a/chrome/browser/chromeos/bluetooth/test/mock_bluetooth_device.cc b/device/bluetooth/test/mock_bluetooth_device.cc
similarity index 87%
rename from chrome/browser/chromeos/bluetooth/test/mock_bluetooth_device.cc
rename to device/bluetooth/test/mock_bluetooth_device.cc
index 1387fd2725a42faace0f7c61d84eb7d426dc4c3c..f2f358db5abebc6a1297e1098ed3d994c71d8c80 100644
--- a/chrome/browser/chromeos/bluetooth/test/mock_bluetooth_device.cc
+++ b/device/bluetooth/test/mock_bluetooth_device.cc
@@ -3,10 +3,10 @@
// found in the LICENSE file.
#include "base/utf_string_conversions.h"
-#include "chrome/browser/chromeos/bluetooth/test/mock_bluetooth_adapter.h"
-#include "chrome/browser/chromeos/bluetooth/test/mock_bluetooth_device.h"
+#include "device/bluetooth/test/mock_bluetooth_adapter.h"
+#include "device/bluetooth/test/mock_bluetooth_device.h"
-namespace chromeos {
+namespace device {
MockBluetoothDevice::MockBluetoothDevice(MockBluetoothAdapter* adapter,
const std::string& name,
@@ -38,4 +38,4 @@ MockBluetoothDevice::MockBluetoothDevice(MockBluetoothAdapter* adapter,
MockBluetoothDevice::~MockBluetoothDevice() {}
-} // namespace chromeos
+} // namespace device

Powered by Google App Engine
This is Rietveld 408576698