Commit c634ef09 authored by sadrul's avatar sadrul Committed by Commit bot

ash: Fix building on linux with use_ash turned on.

BUG=none

Review URL: https://codereview.chromium.org/1634263002

Cr-Commit-Position: refs/heads/master@{#371613}
parent 84f06417
...@@ -27,15 +27,6 @@ ...@@ -27,15 +27,6 @@
#include "chrome/browser/ui/views/select_file_dialog_extension_factory.h" #include "chrome/browser/ui/views/select_file_dialog_extension_factory.h"
#endif #endif
#if !defined(OS_CHROMEOS)
#include "ui/shell_dialogs/select_file_dialog.h"
#include "ui/shell_dialogs/shell_dialogs_delegate.h"
#endif
#if defined(OS_WIN)
#include "base/win/windows_version.h"
#endif
#if !defined(OS_CHROMEOS) #if !defined(OS_CHROMEOS)
class ScreenTypeDelegateWin : public gfx::ScreenTypeDelegate { class ScreenTypeDelegateWin : public gfx::ScreenTypeDelegate {
public: public:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment