diff --git a/brightray/browser/inspectable_web_contents_view.h b/brightray/browser/inspectable_web_contents_view.h index ac731ac9b0d9..daa332d1c5e0 100644 --- a/brightray/browser/inspectable_web_contents_view.h +++ b/brightray/browser/inspectable_web_contents_view.h @@ -1,12 +1,14 @@ #ifndef BRIGHTRAY_BROWSER_INSPECTABLE_WEB_CONTENTS_VIEW_H_ #define BRIGHTRAY_BROWSER_INSPECTABLE_WEB_CONTENTS_VIEW_H_ +#include + #include "ui/gfx/native_widget_types.h" namespace brightray { class InspectableWebContentsView { -public: + public: virtual ~InspectableWebContentsView() {} virtual gfx::NativeView GetNativeView() const = 0;