move file dialog converter to gin (#19709)

This commit is contained in:
Micha Hanselmann 2019-08-12 22:49:48 -07:00 committed by Cheng Zhao
parent 69eac0d9d2
commit ba5ee79af8
6 changed files with 62 additions and 55 deletions

View file

@ -11,7 +11,7 @@
#include "shell/browser/ui/file_dialog.h"
#include "shell/browser/ui/message_box.h"
#include "shell/common/api/gin_utils.h"
#include "shell/common/gin_converters/file_dialog_converter_gin_adapter.h"
#include "shell/common/gin_converters/file_dialog_converter.h"
#include "shell/common/gin_converters/message_box_converter.h"
#include "shell/common/gin_converters/native_window_converter.h"
#include "shell/common/gin_converters/net_converter_gin_adapter.h"