Avi Drissman | 3e1a26c | 2022-09-15 20:26:03 | [diff] [blame] | 1 | // Copyright 2013 The Chromium Authors |
[email protected] | e8c62b9 | 2013-01-16 23:08:27 | [diff] [blame] | 2 | // Use of this source code is governed by a BSD-style license that can be |
3 | // found in the LICENSE file. | ||||
4 | |||||
Lei Zhang | 7fc035b4 | 2021-04-20 20:03:19 | [diff] [blame] | 5 | #ifndef UI_SHELL_DIALOGS_SELECT_FILE_DIALOG_ANDROID_H_ |
6 | #define UI_SHELL_DIALOGS_SELECT_FILE_DIALOG_ANDROID_H_ | ||||
[email protected] | e8c62b9 | 2013-01-16 23:08:27 | [diff] [blame] | 7 | |
8 | #include <jni.h> | ||||
9 | |||||
10 | #include "base/android/scoped_java_ref.h" | ||||
[email protected] | 5799981 | 2013-02-24 05:40:52 | [diff] [blame] | 11 | #include "base/files/file_path.h" |
[email protected] | 4344a3c | 2013-01-17 23:49:20 | [diff] [blame] | 12 | #include "ui/shell_dialogs/select_file_dialog.h" |
[email protected] |