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

Unified Diff: extensions/browser/api/bluetooth/bluetooth_api_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/bluetooth_api_utils.h
diff --git a/extensions/browser/api/bluetooth/bluetooth_api_utils.h b/extensions/browser/api/bluetooth/bluetooth_api_utils.h
index 082244f99f38b56122d88a26a3c388fd71e177b1..a58eb42de236b8fb0a17f186143a63ca0190f130 100644
--- a/extensions/browser/api/bluetooth/bluetooth_api_utils.h
+++ b/extensions/browser/api/bluetooth/bluetooth_api_utils.h
@@ -11,7 +11,7 @@
#include "extensions/common/api/bluetooth.h"
namespace extensions {
-namespace core_api {
+namespace api {
namespace bluetooth {
// Fill in a Device object from a BluetoothDevice.
@@ -24,7 +24,7 @@ void PopulateAdapterState(const device::BluetoothAdapter& adapter,
AdapterState* out);
} // namespace bluetooth
-} // namespace core_api
+} // namespace api
} // namespace extensions
#endif // EXTENSIONS_BROWSER_API_BLUETOOTH_BLUETOOTH_API_UTILS_H_

Powered by Google App Engine
This is Rietveld 408576698