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/bluetooth_extension_function.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/bluetooth_extension_function.cc
diff --git a/extensions/browser/api/bluetooth/bluetooth_extension_function.cc b/extensions/browser/api/bluetooth/bluetooth_extension_function.cc
index b51b647a5272ae80168a8696a3eb2f52b14b4784..003a8393213f8e56c597358bc243908b1120f18a 100644
--- a/extensions/browser/api/bluetooth/bluetooth_extension_function.cc
+++ b/extensions/browser/api/bluetooth/bluetooth_extension_function.cc
@@ -38,7 +38,7 @@ void GetAdapter(const device::BluetoothAdapterFactory::AdapterCallback callback,
} // namespace
namespace extensions {
-namespace core_api {
+namespace api {
BluetoothExtensionFunction::BluetoothExtensionFunction() {
}
@@ -65,5 +65,5 @@ void BluetoothExtensionFunction::RunOnAdapterReady(
DoWork(adapter);
}
-} // namespace core_api
+} // namespace api
} // namespace extensions

Powered by Google App Engine
This is Rietveld 408576698