// Implementation of SelectFileDialog that shows Cocoa dialogs for choosing a // file or folder. // Exported for unit tests.
#include "components/remote_cocoa/app_shim/select_file_dialog_bridge.h" #include "components/remote_cocoa/browser/window.h" #include "components/remote_cocoa/common ...