diff options
author | erg@chromium.org <erg@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-03-02 16:45:19 +0000 |
---|---|---|
committer | erg@chromium.org <erg@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-03-02 16:45:19 +0000 |
commit | 25a407726e1e4ba84857b6b9de97e4d732119ca9 (patch) | |
tree | 0916df3a3da4acc70756ee4940946855d250b081 /ui/shell_dialogs/select_file_dialog.h | |
parent | 6e0b0d2271fa33774cd46f3677c1b61370f04116 (diff) | |
download | chromium_src-25a407726e1e4ba84857b6b9de97e4d732119ca9.zip chromium_src-25a407726e1e4ba84857b6b9de97e4d732119ca9.tar.gz chromium_src-25a407726e1e4ba84857b6b9de97e4d732119ca9.tar.bz2 |
Sort out build dependencies for LinuxUI.
LinuxUI now needs to vend NativeTheme instances into code in views/. This means
it can't live in ui/base/ because ui/native_theme depends on ui/base/.
LinuxUI used to live entirely in ui/base/. When ShellDialog was split off of
ui/base/, an intermediary derived interfact was created in ui/shell_dialogs,
requiring casting. This a bit ugly and has been cleaned up.
It makes more sense to have LinuxUI depend on NativeTheme and ShellDialog, and
in turn, be depended on by classes in ui/views/ and chrome/. This patch only moves
files and adds interfaces; the actual NativeThemeGtk2 instance will land in
a separate patch.
BUG=130810
Review URL: https://chromiumcodereview.appspot.com/12315139
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@185705 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ui/shell_dialogs/select_file_dialog.h')
-rw-r--r-- | ui/shell_dialogs/select_file_dialog.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ui/shell_dialogs/select_file_dialog.h b/ui/shell_dialogs/select_file_dialog.h index 6a3515b..9a23485 100644 --- a/ui/shell_dialogs/select_file_dialog.h +++ b/ui/shell_dialogs/select_file_dialog.h @@ -14,7 +14,6 @@ #include "base/memory/ref_counted.h" #include "base/memory/scoped_ptr.h" #include "base/string16.h" -#include "ui/base/linux_ui.h" #include "ui/gfx/native_widget_types.h" #include "ui/shell_dialogs/base_shell_dialog.h" #include "ui/shell_dialogs/shell_dialogs_export.h" |