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

Unified Diff: extensions/browser/api/bluetooth_low_energy/utils.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_low_energy/utils.cc
diff --git a/extensions/browser/api/bluetooth_low_energy/utils.cc b/extensions/browser/api/bluetooth_low_energy/utils.cc
index 33eae2f6423cece8f71f3c3eab9729b9352b21b7..87c3486775886182d3981f2a9111ac98e593915d 100644
--- a/extensions/browser/api/bluetooth_low_energy/utils.cc
+++ b/extensions/browser/api/bluetooth_low_energy/utils.cc
@@ -5,7 +5,7 @@
#include "extensions/browser/api/bluetooth_low_energy/utils.h"
namespace extensions {
-namespace core_api {
+namespace api {
namespace bluetooth_low_energy {
namespace {
@@ -52,5 +52,5 @@ scoped_ptr<base::DictionaryValue> DescriptorToValue(Descriptor* from) {
}
} // namespace bluetooth_low_energy
-} // namespace core_api
+} // namespace api
} // namespace extensions
« no previous file with comments | « extensions/browser/api/bluetooth_low_energy/utils.h ('k') | extensions/browser/api/bluetooth_socket/bluetooth_socket_api.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698