Index: chrome/browser/extensions/api/easy_unlock_private/easy_unlock_private_api.h |
diff --git a/chrome/browser/extensions/api/easy_unlock_private/easy_unlock_private_api.h b/chrome/browser/extensions/api/easy_unlock_private/easy_unlock_private_api.h |
index e4e6a002048ef19ad54f9bb9a7e1d416db85a20e..5eb8ef3af7c0d2ef4d0cb5d8cb24731c04488c60 100644 |
--- a/chrome/browser/extensions/api/easy_unlock_private/easy_unlock_private_api.h |
+++ b/chrome/browser/extensions/api/easy_unlock_private/easy_unlock_private_api.h |
@@ -166,7 +166,7 @@ class EasyUnlockPrivateSeekBluetoothDeviceByAddressFunction |
}; |
class EasyUnlockPrivateConnectToBluetoothServiceInsecurelyFunction |
- : public core_api::BluetoothSocketAbstractConnectFunction { |
+ : public api::BluetoothSocketAbstractConnectFunction { |
public: |
DECLARE_EXTENSION_FUNCTION( |
"easyUnlockPrivate.connectToBluetoothServiceInsecurely", |
@@ -328,7 +328,7 @@ class EasyUnlockPrivateGetUserInfoFunction : public SyncExtensionFunction { |
}; |
class EasyUnlockPrivateGetConnectionInfoFunction |
- : public core_api::BluetoothExtensionFunction { |
+ : public api::BluetoothExtensionFunction { |
public: |
DECLARE_EXTENSION_FUNCTION("easyUnlockPrivate.getConnectionInfo", |
EASYUNLOCKPRIVATE_GETCONNECTIONINFO) |