refactor: ginify app (#24679)

This commit is contained in:
Jeremy Rose 2020-07-28 16:43:43 -07:00 committed by GitHub
parent 834408a50f
commit 9c37e12e2d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
9 changed files with 91 additions and 82 deletions

View file

@ -72,7 +72,7 @@ void Browser::Quit() {
electron::WindowList::CloseAllWindows();
}
void Browser::Exit(gin_helper::Arguments* args) {
void Browser::Exit(gin::Arguments* args) {
int code = 0;
args->GetNext(&code);