Index: device/bluetooth/bluetooth_device.cc |
diff --git a/chrome/browser/chromeos/bluetooth/bluetooth_device.cc b/device/bluetooth/bluetooth_device.cc |
similarity index 97% |
rename from chrome/browser/chromeos/bluetooth/bluetooth_device.cc |
rename to device/bluetooth/bluetooth_device.cc |
index 657f1f4c6cf75219b0f579e7cde26fc8a70007f6..0708a1ffed87313290364a762eb9a28aa0d15324 100644 |
--- a/chrome/browser/chromeos/bluetooth/bluetooth_device.cc |
+++ b/device/bluetooth/bluetooth_device.cc |
@@ -2,13 +2,13 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-#include "chrome/browser/chromeos/bluetooth/bluetooth_device.h" |
+#include "device/bluetooth/bluetooth_device.h" |
#include "base/utf_string_conversions.h" |
#include "grit/generated_resources.h" |
#include "ui/base/l10n/l10n_util.h" |
-namespace chromeos { |
+namespace device_bluetooth { |
BluetoothDevice::BluetoothDevice() |
: bluetooth_class_(0), |
@@ -140,4 +140,4 @@ bool BluetoothDevice::IsConnected() const { |
return connected_; |
} |
-} // namespace chromeos |
+} // namespace device_bluetooth |