summaryrefslogtreecommitdiffstats
path: root/chrome/default_plugin
diff options
context:
space:
mode:
authorthakis@chromium.org <thakis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-07-07 05:49:13 +0000
committerthakis@chromium.org <thakis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-07-07 05:49:13 +0000
commit2e6722218f05ea18acb54b67242e7d270c2ffcbf (patch)
tree767d1aea2d7f873dcb291d1c321226d5a8ceb585 /chrome/default_plugin
parent75ed5bd1418d5dc963389538a165cf2c2ea90eb5 (diff)
downloadchromium_src-2e6722218f05ea18acb54b67242e7d270c2ffcbf.zip
chromium_src-2e6722218f05ea18acb54b67242e7d270c2ffcbf.tar.gz
chromium_src-2e6722218f05ea18acb54b67242e7d270c2ffcbf.tar.bz2
Attempted build fix. TBR=tony
Review URL: http://codereview.chromium.org/2805074 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@51696 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/default_plugin')
-rw-r--r--chrome/default_plugin/default_plugin.icobin0 -> 4286 bytes
-rw-r--r--chrome/default_plugin/default_plugin_resources.rc4
2 files changed, 2 insertions, 2 deletions
diff --git a/chrome/default_plugin/default_plugin.ico b/chrome/default_plugin/default_plugin.ico
new file mode 100644
index 0000000..fa794a5
--- /dev/null
+++ b/chrome/default_plugin/default_plugin.ico
Binary files differ
diff --git a/chrome/default_plugin/default_plugin_resources.rc b/chrome/default_plugin/default_plugin_resources.rc
index 53460af..e857d84 100644
--- a/chrome/default_plugin/default_plugin_resources.rc
+++ b/chrome/default_plugin/default_plugin_resources.rc
@@ -7,7 +7,7 @@
#endif //APSTUDIO_INVOKED
#include <winuser.h>
-#include "webkit\\default_plugin\\default_plugin_resources.h"
+#include "chrome\\default_plugin\\default_plugin_resources.h"
/////////////////////////////////////////////////////////////////////////////
@@ -28,4 +28,4 @@ END
//
// Icon used by the default plugin window.
//
-IDI_DEFAULT_PLUGIN_ICON ICON "webkit\\default_plugin\\default_plugin.ico"
+IDI_DEFAULT_PLUGIN_ICON ICON "chrome\\default_plugin\\default_plugin.ico"