| Index: extensions/browser/api/bluetooth/bluetooth_extension_function.h
|
| diff --git a/extensions/browser/api/bluetooth/bluetooth_extension_function.h b/extensions/browser/api/bluetooth/bluetooth_extension_function.h
|
| index 8aed8ab602dcbc85713b960558c059c5b40dd769..14ef94a8292d72f58ff38efe6cd7c051f68096a9 100644
|
| --- a/extensions/browser/api/bluetooth/bluetooth_extension_function.h
|
| +++ b/extensions/browser/api/bluetooth/bluetooth_extension_function.h
|
| @@ -5,6 +5,7 @@
|
| #ifndef EXTENSIONS_BROWSER_API_BLUETOOTH_BLUETOOTH_EXTENSION_FUNCTION_H_
|
| #define EXTENSIONS_BROWSER_API_BLUETOOTH_BLUETOOTH_EXTENSION_FUNCTION_H_
|
|
|
| +#include "base/macros.h"
|
| #include "base/memory/ref_counted.h"
|
| #include "base/memory/weak_ptr.h"
|
| #include "extensions/browser/extension_function.h"
|
|
|