diff options
author | tc@google.com <tc@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-01-09 18:29:54 +0000 |
---|---|---|
committer | tc@google.com <tc@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-01-09 18:29:54 +0000 |
commit | 43ebb4d08c62012d6719646edb93f44e45e01d42 (patch) | |
tree | 862e4f34be0407f98f4be59015e85953b51a8af6 /webkit/default_plugin/install_dialog.h | |
parent | 235c17a4631e92a4cbd214863758165a2f573801 (diff) | |
download | chromium_src-43ebb4d08c62012d6719646edb93f44e45e01d42.zip chromium_src-43ebb4d08c62012d6719646edb93f44e45e01d42.tar.gz chromium_src-43ebb4d08c62012d6719646edb93f44e45e01d42.tar.bz2 |
Move default plugin resources into separate .h and .rc files
from the other webkit resources. I'm going to convert
webkit_resources.rc to a cross platform .grd file so I'm moving
the windows specific default plugin code into a separate file.
Review URL: http://codereview.chromium.org/17306
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@7812 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/default_plugin/install_dialog.h')
-rw-r--r-- | webkit/default_plugin/install_dialog.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/webkit/default_plugin/install_dialog.h b/webkit/default_plugin/install_dialog.h index d750b07..9a5f3ca 100644 --- a/webkit/default_plugin/install_dialog.h +++ b/webkit/default_plugin/install_dialog.h @@ -9,7 +9,7 @@ #include <atlwin.h> #include <string> -#include "webkit/glue/webkit_resources.h" +#include "webkit/default_plugin/default_plugin_resources.h" class PluginInstallerImpl; |