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 f91189ad2f7e9078e9fae2c810f85e864d6e40f5..378c6cedae797f0c8bc1c147007172cab3780f48 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 { |
BluetoothDevice::BluetoothDevice() |
: bluetooth_class_(0), |
@@ -167,4 +167,4 @@ bool BluetoothDevice::IsConnected() const { |
return connected_; |
} |
-} // namespace chromeos |
+} // namespace device |