Fix CPP formatting

This commit is contained in:
Frank Hale 2014-11-12 01:11:25 -05:00
parent 246a145930
commit e9636bb87b

View file

@ -237,7 +237,7 @@ NativeWindowViews::NativeWindowViews(content::WebContents* web_contents,
}
#endif
if(has_frame_) {
if (has_frame_) {
window_->set_frame_type(views::Widget::FrameType::FRAME_TYPE_FORCE_NATIVE);
window_->FrameTypeChanged();
}