refactor: move TerminationStatus converter (#26520)

This commit is contained in:
Jeremy Rose 2020-11-17 11:13:58 -08:00 committed by GitHub
parent ead13791a8
commit 023c89265f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 51 additions and 35 deletions

View file

@ -101,6 +101,7 @@
#include "shell/common/api/electron_api_native_image.h"
#include "shell/common/color_util.h"
#include "shell/common/electron_constants.h"
#include "shell/common/gin_converters/base_converter.h"
#include "shell/common/gin_converters/blink_converter.h"
#include "shell/common/gin_converters/callback_converter.h"
#include "shell/common/gin_converters/content_converter.h"