Index: device/bluetooth/bluetooth_device.h |
diff --git a/chrome/browser/chromeos/bluetooth/bluetooth_device.h b/device/bluetooth/bluetooth_device.h |
similarity index 97% |
rename from chrome/browser/chromeos/bluetooth/bluetooth_device.h |
rename to device/bluetooth/bluetooth_device.h |
index ddd4f80a0732619e0dd4a760193f103c76f566d4..90e420b2f05218a8050de6b511c0e06f357c2b2f 100644 |
--- a/chrome/browser/chromeos/bluetooth/bluetooth_device.h |
+++ b/device/bluetooth/bluetooth_device.h |
@@ -2,8 +2,8 @@ |
// 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_BLUETOOTH_DEVICE_H_ |
-#define CHROME_BROWSER_CHROMEOS_BLUETOOTH_BLUETOOTH_DEVICE_H_ |
+#ifndef DEVICE_BLUETOOTH_BLUETOOTH_DEVICE_H_ |
+#define DEVICE_BLUETOOTH_BLUETOOTH_DEVICE_H_ |
#include <string> |
#include <vector> |
@@ -12,7 +12,7 @@ |
#include "base/string16.h" |
#include "base/memory/ref_counted.h" |
-namespace chromeos { |
+namespace device { |
class BluetoothServiceRecord; |
class BluetoothSocket; |
@@ -181,7 +181,7 @@ class BluetoothDevice { |
const ErrorCallback& error_callback) = 0; |
// Indicates whether this device provides the given service. |uuid| should |
- // be in canonical form (see bluetooth_utils::CanonicalUuid). |
+ // be in canonical form (see utils::CanonicalUuid). |
virtual bool ProvidesServiceWithUUID(const std::string& uuid) const = 0; |
// The ProvidesServiceCallback is used by ProvidesServiceWithName to indicate |
@@ -313,6 +313,6 @@ class BluetoothDevice { |
string16 GetAddressWithLocalizedDeviceTypeName() const; |
}; |
-} // namespace chromeos |
+} // namespace device |
-#endif // CHROME_BROWSER_CHROMEOS_BLUETOOTH_BLUETOOTH_DEVICE_H_ |
+#endif // DEVICE_BLUETOOTH_BLUETOOTH_DEVICE_H_ |