diff --git a/brightray/browser/inspectable_web_contents_impl.h b/brightray/browser/inspectable_web_contents_impl.h index 7ef78105b8be..655f77ad0a08 100644 --- a/brightray/browser/inspectable_web_contents_impl.h +++ b/brightray/browser/inspectable_web_contents_impl.h @@ -50,7 +50,7 @@ class InspectableWebContentsImpl : bool IsDevToolsViewShowing() override; void AttachTo(const scoped_refptr&) override; - void Detach(); + void Detach(); // Return the last position and size of devtools window. gfx::Rect GetDevToolsBounds() const;