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

Unified Diff: extensions/browser/api/bluetooth_socket/bluetooth_socket_event_dispatcher.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_event_dispatcher.cc
diff --git a/extensions/browser/api/bluetooth_socket/bluetooth_socket_event_dispatcher.cc b/extensions/browser/api/bluetooth_socket/bluetooth_socket_event_dispatcher.cc
index ee8a6418fb7e36147b41c8e195ee6010afea1785..069a48bec6c93cea19e94c1216002a7810b50e0e 100644
--- a/extensions/browser/api/bluetooth_socket/bluetooth_socket_event_dispatcher.cc
+++ b/extensions/browser/api/bluetooth_socket/bluetooth_socket_event_dispatcher.cc
@@ -14,7 +14,7 @@
namespace {
-namespace bluetooth_socket = extensions::core_api::bluetooth_socket;
+namespace bluetooth_socket = extensions::api::bluetooth_socket;
using extensions::BluetoothApiSocket;
int kDefaultBufferSize = 4096;
@@ -54,7 +54,7 @@ bluetooth_socket::AcceptError MapAcceptErrorReason(
} // namespace
namespace extensions {
-namespace core_api {
+namespace api {
using content::BrowserThread;
@@ -371,5 +371,5 @@ void BluetoothSocketEventDispatcher::DispatchEvent(
router->DispatchEventToExtension(extension_id, event.Pass());
}
-} // namespace core_api
+} // namespace api
} // namespace extensions

Powered by Google App Engine
This is Rietveld 408576698