1 // Copyright 2013 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
5 // This file provides utilities related to the select file dialog.
7 #ifndef CHROME_BROWSER_CHROMEOS_FILE_MANAGER_SELECT_FILE_DIALOG_UTIL_H_
8 #define CHROME_BROWSER_CHROMEOS_FILE_MANAGER_SELECT_FILE_DIALOG_UTIL_H_
10 #include "ui/shell_dialogs/select_file_dialog.h"
12 namespace file_manager
{
15 // Get file dialog title string from its type.
16 base::string16
GetSelectFileDialogTitle(ui::SelectFileDialog::Type type
);
19 } // namespace file_manager
21 #endif // CHROME_BROWSER_CHROMEOS_FILE_MANAGER_SELECT_FILE_DIALOG_UTIL_H_