Index: device/bluetooth/bluetooth_device.h |
diff --git a/chrome/browser/chromeos/bluetooth/bluetooth_device.h b/device/bluetooth/bluetooth_device.h |
similarity index 98% |
rename from chrome/browser/chromeos/bluetooth/bluetooth_device.h |
rename to device/bluetooth/bluetooth_device.h |
index fe55ab474438c078f5801de6169556ff5cf6be1b..601f6c46ca946861ba53cc1c4504a7e8de8c4107 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_bluetooth { |
class BluetoothServiceRecord; |
class BluetoothSocket; |
@@ -310,6 +310,6 @@ class BluetoothDevice { |
string16 GetAddressWithLocalizedDeviceTypeName() const; |
}; |
-} // namespace chromeos |
+} // namespace device_bluetooth |
-#endif // CHROME_BROWSER_CHROMEOS_BLUETOOTH_BLUETOOTH_DEVICE_H_ |
+#endif // DEVICE_BLUETOOTH_BLUETOOTH_DEVICE_H_ |