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 e325ff6f7ac8e93c8545aa6486df66cb6805b000..f80f85bd3f5d6c2a085d51578ce88cf939c37600 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 |
@@ -9,7 +9,7 @@ |
#include "base/basictypes.h" |
#include "base/memory/scoped_ptr.h" |
-#include "chrome/browser/extensions/api/bluetooth_socket/bluetooth_socket_api.h" |
+#include "extensions/browser/api/bluetooth_socket/bluetooth_socket_api.h" |
#include "extensions/browser/browser_context_keyed_api_factory.h" |
#include "extensions/browser/extension_function.h" |
@@ -166,7 +166,7 @@ class EasyUnlockPrivateSeekBluetoothDeviceByAddressFunction |
}; |
class EasyUnlockPrivateConnectToBluetoothServiceInsecurelyFunction |
- : public BluetoothSocketAbstractConnectFunction { |
+ : public core_api::BluetoothSocketAbstractConnectFunction { |
public: |
DECLARE_EXTENSION_FUNCTION( |
"easyUnlockPrivate.connectToBluetoothServiceInsecurely", |