| Index: ui/shell_dialogs/selected_file_info.cc
|
| diff --git a/ui/shell_dialogs/selected_file_info.cc b/ui/shell_dialogs/selected_file_info.cc
|
| index 86e8397105fc2203473e13949145821d2bba5ba4..8bc68abac70a10bfbad949a4499f23be10199cdc 100644
|
| --- a/ui/shell_dialogs/selected_file_info.cc
|
| +++ b/ui/shell_dialogs/selected_file_info.cc
|
| @@ -8,8 +8,8 @@ namespace ui {
|
|
|
| SelectedFileInfo::SelectedFileInfo() {}
|
|
|
| -SelectedFileInfo::SelectedFileInfo(const FilePath& in_file_path,
|
| - const FilePath& in_local_path)
|
| +SelectedFileInfo::SelectedFileInfo(const base::FilePath& in_file_path,
|
| + const base::FilePath& in_local_path)
|
| : file_path(in_file_path),
|
| local_path(in_local_path) {
|
| if (local_path.empty())
|
|
|