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

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: renamed 'bluetooth' target to 'device_bluetooth'. 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 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_

Powered by Google App Engine
This is Rietveld 408576698