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

Unified Diff: extensions/browser/api/bluetooth/bluetooth_api_pairing_delegate.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_pairing_delegate.h
diff --git a/extensions/browser/api/bluetooth/bluetooth_api_pairing_delegate.h b/extensions/browser/api/bluetooth/bluetooth_api_pairing_delegate.h
index bfcbc81948127855cb558ca581e936c9b3eb181d..61e151259a862587d637c69d5b086c28043da421 100644
--- a/extensions/browser/api/bluetooth/bluetooth_api_pairing_delegate.h
+++ b/extensions/browser/api/bluetooth/bluetooth_api_pairing_delegate.h
@@ -38,7 +38,7 @@ class BluetoothApiPairingDelegate
private:
// Dispatches a pairing event to the extension.
void DispatchPairingEvent(
- const core_api::bluetooth_private::PairingEvent& pairing_event);
+ const api::bluetooth_private::PairingEvent& pairing_event);
std::string extension_id_;
content::BrowserContext* browser_context_;
« no previous file with comments | « extensions/browser/api/bluetooth/bluetooth_api.cc ('k') | extensions/browser/api/bluetooth/bluetooth_api_pairing_delegate.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698