| Index: trunk/src/ui/shell_dialogs/select_file_dialog.cc
|
| ===================================================================
|
| --- trunk/src/ui/shell_dialogs/select_file_dialog.cc (revision 270237)
|
| +++ trunk/src/ui/shell_dialogs/select_file_dialog.cc (working copy)
|
| @@ -20,7 +20,7 @@
|
| #include "ui/shell_dialogs/select_file_dialog_mac.h"
|
| #elif defined(OS_ANDROID)
|
| #include "ui/shell_dialogs/select_file_dialog_android.h"
|
| -#elif defined(USE_AURA) && defined(OS_LINUX) && !defined(OS_CHROMEOS)
|
| +#elif defined(USE_AURA) && !defined(USE_ASH) && defined(OS_LINUX)
|
| #include "ui/shell_dialogs/linux_shell_dialog.h"
|
| #endif
|
|
|
| @@ -76,7 +76,7 @@
|
| return dialog;
|
| }
|
|
|
| -#if defined(USE_AURA) && defined(OS_LINUX) && !defined(OS_CHROMEOS)
|
| +#if defined(USE_AURA) && !defined(USE_ASH) && defined(OS_LINUX)
|
| const ui::LinuxShellDialog* shell_dialogs = ui::LinuxShellDialog::instance();
|
| if (shell_dialogs)
|
| return shell_dialogs->CreateSelectFileDialog(listener, policy);
|
|
|