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_ |