Index: device/bluetooth/bluetooth_socket_chromeos.h |
diff --git a/chrome/browser/chromeos/bluetooth/bluetooth_socket_chromeos.h b/device/bluetooth/bluetooth_socket_chromeos.h |
similarity index 66% |
rename from chrome/browser/chromeos/bluetooth/bluetooth_socket_chromeos.h |
rename to device/bluetooth/bluetooth_socket_chromeos.h |
index 7d0328cc5fbc2b2e2c7d6def44a9d41053a4c0c7..f3c3fcf920c0de87cbbf4791874d5d42e177babb 100644 |
--- a/chrome/browser/chromeos/bluetooth/bluetooth_socket_chromeos.h |
+++ b/device/bluetooth/bluetooth_socket_chromeos.h |
@@ -2,16 +2,16 @@ |
// 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_SOCKET_CHROMEOS_H_ |
-#define CHROME_BROWSER_CHROMEOS_BLUETOOTH_BLUETOOTH_SOCKET_CHROMEOS_H_ |
+#ifndef DEVICE_BLUETOOTH_BLUETOOTH_SOCKET_CHROMEOS_H_ |
+#define DEVICE_BLUETOOTH_BLUETOOTH_SOCKET_CHROMEOS_H_ |
#include <string> |
#include "base/memory/ref_counted.h" |
-#include "chrome/browser/chromeos/bluetooth/bluetooth_service_record.h" |
-#include "chrome/browser/chromeos/bluetooth/bluetooth_socket.h" |
+#include "device/bluetooth/bluetooth_service_record.h" |
+#include "device/bluetooth/bluetooth_socket.h" |
-namespace chromeos { |
+namespace bluetooth { |
keybuk
2012/10/12 00:13:18
namespace?
youngki
2012/10/12 01:50:12
Done.
|
// This class is an implementation of BluetoothSocket class for Chrome OS |
// platform. |
@@ -35,6 +35,6 @@ class BluetoothSocketChromeOs : public BluetoothSocket { |
DISALLOW_COPY_AND_ASSIGN(BluetoothSocketChromeOs); |
}; |
-} // namespace chromeos |
+} // namespace bluetooth |
-#endif // CHROME_BROWSER_CHROMEOS_BLUETOOTH_BLUETOOTH_SOCKET_CHROMEOS_H_ |
+#endif // DEVICE_BLUETOOTH_BLUETOOTH_SOCKET_CHROMEOS_H_ |