Index: chrome/browser/extensions/api/bluetooth/bluetooth_extension_function.h |
diff --git a/chrome/browser/extensions/api/bluetooth/bluetooth_extension_function.h b/chrome/browser/extensions/api/bluetooth/bluetooth_extension_function.h |
index 44812dbf0e89b381af550fbdde6c7133517ff27a..fd2f3cc1c0c1254dbc22431c8ed391edafc0b263 100644 |
--- a/chrome/browser/extensions/api/bluetooth/bluetooth_extension_function.h |
+++ b/chrome/browser/extensions/api/bluetooth/bluetooth_extension_function.h |
@@ -7,7 +7,7 @@ |
#include "base/memory/ref_counted.h" |
#include "base/memory/weak_ptr.h" |
-#include "chrome/browser/extensions/chrome_extension_function.h" |
+#include "extensions/browser/extension_function.h" |
namespace device { |
@@ -22,7 +22,7 @@ namespace api { |
// Base class for bluetooth extension functions. This class initializes |
// bluetooth adapter and calls DoWork() implemented by individual bluetooth |
// extension functions. |
-class BluetoothExtensionFunction : public ChromeAsyncExtensionFunction { |
+class BluetoothExtensionFunction : public UIThreadExtensionFunction { |
public: |
BluetoothExtensionFunction(); |