Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1112)

Side by Side Diff: ui/shell_dialogs/select_file_dialog.h

Issue 12315139: Sort out build dependencies for LinuxUI. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Add comment Created 7 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « ui/shell_dialogs/linux_ui_shell_dialog.h ('k') | ui/shell_dialogs/select_file_dialog.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright (c) 2013 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2013 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #ifndef UI_SHELL_DIALOGS_SELECT_FILE_DIALOG_H_ 5 #ifndef UI_SHELL_DIALOGS_SELECT_FILE_DIALOG_H_
6 #define UI_SHELL_DIALOGS_SELECT_FILE_DIALOG_H_ 6 #define UI_SHELL_DIALOGS_SELECT_FILE_DIALOG_H_
7 7
8 #include <string> 8 #include <string>
9 #include <vector> 9 #include <vector>
10 10
11 #include "base/basictypes.h" 11 #include "base/basictypes.h"
12 #include "base/callback_forward.h" 12 #include "base/callback_forward.h"
13 #include "base/files/file_path.h" 13 #include "base/files/file_path.h"
14 #include "base/memory/ref_counted.h" 14 #include "base/memory/ref_counted.h"
15 #include "base/memory/scoped_ptr.h" 15 #include "base/memory/scoped_ptr.h"
16 #include "base/string16.h" 16 #include "base/string16.h"
17 #include "ui/base/linux_ui.h"
18 #include "ui/gfx/native_widget_types.h" 17 #include "ui/gfx/native_widget_types.h"
19 #include "ui/shell_dialogs/base_shell_dialog.h" 18 #include "ui/shell_dialogs/base_shell_dialog.h"
20 #include "ui/shell_dialogs/shell_dialogs_export.h" 19 #include "ui/shell_dialogs/shell_dialogs_export.h"
21 20
22 namespace ui { 21 namespace ui {
23 class SelectFileDialogFactory; 22 class SelectFileDialogFactory;
24 class SelectFilePolicy; 23 class SelectFilePolicy;
25 struct SelectedFileInfo; 24 struct SelectedFileInfo;
26 class ShellDialogsDelegate; 25 class ShellDialogsDelegate;
27 26
(...skipping 173 matching lines...) Expand 10 before | Expand all | Expand 10 after
201 200
202 scoped_ptr<ui::SelectFilePolicy> select_file_policy_; 201 scoped_ptr<ui::SelectFilePolicy> select_file_policy_;
203 202
204 DISALLOW_COPY_AND_ASSIGN(SelectFileDialog); 203 DISALLOW_COPY_AND_ASSIGN(SelectFileDialog);
205 }; 204 };
206 205
207 } // namespace ui 206 } // namespace ui
208 207
209 #endif // UI_SHELL_DIALOGS_SELECT_FILE_DIALOG_H_ 208 #endif // UI_SHELL_DIALOGS_SELECT_FILE_DIALOG_H_
210 209
OLDNEW
« no previous file with comments | « ui/shell_dialogs/linux_ui_shell_dialog.h ('k') | ui/shell_dialogs/select_file_dialog.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698