Fix C++ style

This commit is contained in:
Ryohei Ikegami 2017-03-19 18:24:05 +09:00
parent 076427673e
commit f3ce93f1bb
2 changed files with 10 additions and 5 deletions

View file

@ -210,7 +210,8 @@ bool WebContentsPreferences::IsSandboxed(content::WebContents* web_contents) {
return sandboxed;
}
bool WebContentsPreferences::UsesNativeWindowOpen(content::WebContents* web_contents) {
bool WebContentsPreferences::UsesNativeWindowOpen(
content::WebContents* web_contents) {
WebContentsPreferences* self;
if (!web_contents)
return false;