Chromium Code Reviews| Index: chrome/browser/ui/webui/bluetooth_internals/bluetooth_internals_ui.h |
| diff --git a/chrome/browser/ui/webui/bluetooth_internals/bluetooth_internals_ui.h b/chrome/browser/ui/webui/bluetooth_internals/bluetooth_internals_ui.h |
| index 4d39a811b0b0acb826c072c6a966560a5d61d497..26f88c83234c0afe3aa8b9d99fca3b3d3ef3c423 100644 |
| --- a/chrome/browser/ui/webui/bluetooth_internals/bluetooth_internals_ui.h |
| +++ b/chrome/browser/ui/webui/bluetooth_internals/bluetooth_internals_ui.h |
| @@ -5,6 +5,8 @@ |
| #ifndef CHROME_BROWSER_UI_WEBUI_BLUETOOTH_INTERNALS_BLUETOOTH_INTERNALS_UI_H_ |
| #define CHROME_BROWSER_UI_WEBUI_BLUETOOTH_INTERNALS_BLUETOOTH_INTERNALS_UI_H_ |
| +#include <memory> |
|
ortuno
2016/09/28 09:44:55
I don't think you need this?
mbrunson
2016/09/28 21:20:35
Done.
|
| + |
| #include "base/macros.h" |
| #include "content/public/browser/web_ui_controller.h" |