| Index: chrome/browser/extensions/api/file_system/file_system_api.h
|
| diff --git a/chrome/browser/extensions/api/file_system/file_system_api.h b/chrome/browser/extensions/api/file_system/file_system_api.h
|
| index f65649ed53df65d00c02822f1aafd80bf5c83d32..6977007d83811cdb99d5b47c559fac6f8a979e22 100644
|
| --- a/chrome/browser/extensions/api/file_system/file_system_api.h
|
| +++ b/chrome/browser/extensions/api/file_system/file_system_api.h
|
| @@ -6,7 +6,7 @@
|
| #define CHROME_BROWSER_EXTENSIONS_API_FILE_SYSTEM_FILE_SYSTEM_API_H_
|
|
|
| #include "chrome/browser/extensions/extension_function.h"
|
| -#include "chrome/browser/ui/select_file_dialog.h"
|
| +#include "ui/base/dialogs/select_file_dialog.h"
|
|
|
| namespace extensions {
|
|
|
| @@ -78,7 +78,7 @@ class FileSystemChooseFileFunction : public FileSystemEntryFunction {
|
| virtual ~FileSystemChooseFileFunction() {}
|
| virtual bool RunImpl() OVERRIDE;
|
| bool ShowPicker(const FilePath& suggested_path,
|
| - SelectFileDialog::Type picker_type,
|
| + ui::SelectFileDialog::Type picker_type,
|
| EntryType entry_type);
|
|
|
| private:
|
|
|