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

Unified Diff: extensions/browser/api/bluetooth_low_energy/utils.h

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.h
diff --git a/extensions/browser/api/bluetooth_low_energy/utils.h b/extensions/browser/api/bluetooth_low_energy/utils.h
index 35b40c6123c96da67203ab6f14bd1c076455bc84..1fae831269538aa57e8b1168cb1f10ff6600afb8 100644
--- a/extensions/browser/api/bluetooth_low_energy/utils.h
+++ b/extensions/browser/api/bluetooth_low_energy/utils.h
@@ -10,7 +10,7 @@
#include "extensions/common/api/bluetooth_low_energy.h"
namespace extensions {
-namespace core_api {
+namespace api {
namespace bluetooth_low_energy {
// TODO(armansito): Remove these functions once the described bug is fixed.
@@ -28,7 +28,7 @@ scoped_ptr<base::DictionaryValue> CharacteristicToValue(Characteristic* from);
scoped_ptr<base::DictionaryValue> DescriptorToValue(Descriptor* from);
} // namespace bluetooth_low_energy
-} // namespace core_api
+} // namespace api
} // namespace extensions
#endif // EXTENSIONS_BROWSER_API_BLUETOOTH_LOW_ENERGY_UTILS_H_

Powered by Google App Engine
This is Rietveld 408576698