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

Unified Diff: device/bluetooth/bluetooth_service_record.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_service_record.h
diff --git a/chrome/browser/chromeos/bluetooth/bluetooth_service_record.h b/device/bluetooth/bluetooth_service_record.h
similarity index 85%
rename from chrome/browser/chromeos/bluetooth/bluetooth_service_record.h
rename to device/bluetooth/bluetooth_service_record.h
index 2e43d72a732a39347ecd6d2a38075a6c46467d7a..22a2b26fa1a1d2e41928d4e2df33a8ede6107543 100644
--- a/chrome/browser/chromeos/bluetooth/bluetooth_service_record.h
+++ b/device/bluetooth/bluetooth_service_record.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_SERVICE_RECORD_H_
-#define CHROME_BROWSER_CHROMEOS_BLUETOOTH_BLUETOOTH_SERVICE_RECORD_H_
+#ifndef DEVICE_BLUETOOTH_BLUETOOTH_SERVICE_RECORD_H_
+#define DEVICE_BLUETOOTH_BLUETOOTH_SERVICE_RECORD_H_
#include <string>
@@ -11,7 +11,7 @@
class XmlReader;
-namespace chromeos {
+namespace device_bluetooth {
// BluetoothServiceRecord represents an SDP service record.
//
@@ -54,6 +54,6 @@ class BluetoothServiceRecord {
DISALLOW_COPY_AND_ASSIGN(BluetoothServiceRecord);
};
-} // namespace chromeos
+} // namespace device_bluetooth
-#endif // CHROME_BROWSER_CHROMEOS_BLUETOOTH_BLUETOOTH_SERVICE_RECORD_H_
+#endif // DEVICE_BLUETOOTH_BLUETOOTH_SERVICE_RECORD_H_

Powered by Google App Engine
This is Rietveld 408576698