summaryrefslogtreecommitdiffstats
path: root/chrome/browser/ui/select_file_dialog.h
blob: 37094f5267ff974509a9e7a0c9f803cc36ef2546 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
// 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_