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

Unified Diff: extensions/browser/api/bluetooth_socket/bluetooth_socket_api.cc

Issue 1226353004: Generate all extension schema namespaces as "api" and instead vary the generated bundle names. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 5 years, 5 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: extensions/browser/api/bluetooth_socket/bluetooth_socket_api.cc
diff --git a/extensions/browser/api/bluetooth_socket/bluetooth_socket_api.cc b/extensions/browser/api/bluetooth_socket/bluetooth_socket_api.cc
index f791c96ccf72327baa10a95b219c8fb649106572..7f308464aa31927ed99d16fc500c91f0f6b58e27 100644
--- a/extensions/browser/api/bluetooth_socket/bluetooth_socket_api.cc
+++ b/extensions/browser/api/bluetooth_socket/bluetooth_socket_api.cc
@@ -20,12 +20,12 @@
using content::BrowserThread;
using extensions::BluetoothApiSocket;
-using extensions::core_api::bluetooth_socket::ListenOptions;
-using extensions::core_api::bluetooth_socket::SocketInfo;
-using extensions::core_api::bluetooth_socket::SocketProperties;
+using extensions::api::bluetooth_socket::ListenOptions;
+using extensions::api::bluetooth_socket::SocketInfo;
+using extensions::api::bluetooth_socket::SocketProperties;
namespace extensions {
-namespace core_api {
+namespace api {
namespace {
@@ -674,5 +674,5 @@ void BluetoothSocketGetSocketsFunction::Work() {
results_ = bluetooth_socket::GetSockets::Results::Create(socket_infos);
}
-} // namespace core_api
+} // namespace api
} // namespace extensions

Powered by Google App Engine
This is Rietveld 408576698