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

Unified Diff: device/bluetooth/bluetooth_service_record.cc

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.cc
diff --git a/chrome/browser/chromeos/bluetooth/bluetooth_service_record.cc b/device/bluetooth/bluetooth_service_record.cc
similarity index 95%
rename from chrome/browser/chromeos/bluetooth/bluetooth_service_record.cc
rename to device/bluetooth/bluetooth_service_record.cc
index b80ce299bbb2269000d5110fbd6ee0b229c692d0..11257f13d211f1df15e6d3a17f76cbf3411401ea 100644
--- a/chrome/browser/chromeos/bluetooth/bluetooth_service_record.cc
+++ b/device/bluetooth/bluetooth_service_record.cc
@@ -2,14 +2,14 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "chrome/browser/chromeos/bluetooth/bluetooth_service_record.h"
+#include "device/bluetooth/bluetooth_service_record.h"
#include <string>
#include <vector>
#include "base/logging.h"
#include "base/string_number_conversions.h"
-#include "chrome/browser/chromeos/bluetooth/bluetooth_utils.h"
+#include "device/bluetooth/bluetooth_utils.h"
#include "third_party/libxml/chromium/libxml_utils.h"
namespace {
@@ -44,7 +44,7 @@ bool ExtractTextValue(XmlReader* reader, std::string* value_out) {
} // namespace
-namespace chromeos {
+namespace device_bluetooth {
BluetoothServiceRecord::BluetoothServiceRecord(
const std::string& address,
@@ -119,4 +119,4 @@ void BluetoothServiceRecord::ExtractUuid(XmlReader* reader) {
uuid_ = bluetooth_utils::CanonicalUuid(uuid_);
}
-} // namespace chromeos
+} // namespace device_bluetooth

Powered by Google App Engine
This is Rietveld 408576698