diff options
author | ben@chromium.org <ben@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-01-19 22:16:53 +0000 |
---|---|---|
committer | ben@chromium.org <ben@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-01-19 22:16:53 +0000 |
commit | e766106da8a18fc2d2dcf45968262763312f7071 (patch) | |
tree | 1d426c74a7e1f62e6637c349ed7c4453ded441f7 /chrome/default_plugin | |
parent | 8450c4f5d875881bfcc1b728390d4a01e6538efa (diff) | |
download | chromium_src-e766106da8a18fc2d2dcf45968262763312f7071.zip chromium_src-e766106da8a18fc2d2dcf45968262763312f7071.tar.gz chromium_src-e766106da8a18fc2d2dcf45968262763312f7071.tar.bz2 |
Move UI-relevant Windows files to ui/base.
BUG=none
TEST=none
TBR=brettw
Review URL: http://codereview.chromium.org/6254011
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@71854 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/default_plugin')
-rw-r--r-- | chrome/default_plugin/plugin_impl_win.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/default_plugin/plugin_impl_win.h b/chrome/default_plugin/plugin_impl_win.h index c08816b..242d9f0 100644 --- a/chrome/default_plugin/plugin_impl_win.h +++ b/chrome/default_plugin/plugin_impl_win.h @@ -8,11 +8,11 @@ #include <string> -#include "app/win/window_impl.h" #include "chrome/default_plugin/install_dialog.h" #include "chrome/default_plugin/plugin_database_handler.h" #include "chrome/default_plugin/plugin_install_job_monitor.h" #include "third_party/npapi/bindings/npapi.h" +#include "ui/base/win/window_impl.h" // Possible plugin installer states. enum PluginInstallerState { @@ -34,7 +34,7 @@ class PluginDatabaseHandler; // Provides the plugin installation functionality. This class is // instantiated with the information like the mime type of the // target plugin, the display mode, etc. -class PluginInstallerImpl : public app::win::WindowImpl { +class PluginInstallerImpl : public ui::WindowImpl { public: static const int kRefreshPluginsMessage = WM_APP + 1; |