Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(937)

Unified Diff: device/bluetooth/bluetooth_device.h

Issue 11075006: Moved bluetooth adapter files to device/bluetooth/. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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_

Powered by Google App Engine
This is Rietveld 408576698