Remove trailing space

This commit is contained in:
Cheng Zhao 2015-05-27 15:02:01 +08:00
parent bf99380c5d
commit a9a5765544

View file

@ -50,7 +50,7 @@ class InspectableWebContentsImpl :
bool IsDevToolsViewShowing() override;
void AttachTo(const scoped_refptr<content::DevToolsAgentHost>&) override;
void Detach();
void Detach();
// Return the last position and size of devtools window.
gfx::Rect GetDevToolsBounds() const;