// Copyright (c) 2012 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef CHROME_BROWSER_UI_SELECT_FILE_DIALOG_H_ #define CHROME_BROWSER_UI_SELECT_FILE_DIALOG_H_ // TODO(erg): Remove this redirect header. crbug.com/134529 #include "ui/base/dialogs/select_file_dialog.h" using ui::SelectFileDialog; #endif // CHROME_BROWSER_UI_SELECT_FILE_DIALOG_H_