Index: extensions/browser/api/bluetooth/bluetooth_api_utils.cc |
diff --git a/chrome/browser/extensions/api/bluetooth/bluetooth_api_utils.cc b/extensions/browser/api/bluetooth/bluetooth_api_utils.cc |
similarity index 95% |
rename from chrome/browser/extensions/api/bluetooth/bluetooth_api_utils.cc |
rename to extensions/browser/api/bluetooth/bluetooth_api_utils.cc |
index e13ec1b68129b75fd7b614baef51f1be8825efb5..58a5d0a9d0e9e07a349719a434710f37e8c21f6f 100644 |
--- a/chrome/browser/extensions/api/bluetooth/bluetooth_api_utils.cc |
+++ b/extensions/browser/api/bluetooth/bluetooth_api_utils.cc |
@@ -2,15 +2,15 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-#include "chrome/browser/extensions/api/bluetooth/bluetooth_api_utils.h" |
+#include "extensions/browser/api/bluetooth/bluetooth_api_utils.h" |
#include "base/strings/utf_string_conversions.h" |
#include "base/values.h" |
-#include "chrome/common/extensions/api/bluetooth.h" |
#include "device/bluetooth/bluetooth_adapter.h" |
#include "device/bluetooth/bluetooth_device.h" |
+#include "extensions/common/api/bluetooth.h" |
-namespace bluetooth = extensions::api::bluetooth; |
+namespace bluetooth = extensions::core_api::bluetooth; |
using device::BluetoothDevice; |
using bluetooth::VendorIdSource; |
@@ -88,7 +88,7 @@ bool ConvertDeviceTypeToApi(const BluetoothDevice::DeviceType& input, |
} // namespace |
namespace extensions { |
-namespace api { |
+namespace core_api { |
namespace bluetooth { |
void BluetoothDeviceToApiDevice(const device::BluetoothDevice& device, |
@@ -143,5 +143,5 @@ void PopulateAdapterState(const device::BluetoothAdapter& adapter, |
} |
} // namespace bluetooth |
-} // namespace api |
+} // namespace core_api |
} // namespace extensions |