summaryrefslogtreecommitdiffstats
path: root/chrome/common/temp_scaffolding_stubs.h
diff options
context:
space:
mode:
authorsky@chromium.org <sky@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-05-27 16:52:04 +0000
committersky@chromium.org <sky@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-05-27 16:52:04 +0000
commit28d679296ec30b869f318d366f6b1f58d8afc63b (patch)
treec42fb46ada1f514cd791816648e67df08c67763f /chrome/common/temp_scaffolding_stubs.h
parent207dace0b40c1b970be61a65fd0040beb06df7b2 (diff)
downloadchromium_src-28d679296ec30b869f318d366f6b1f58d8afc63b.zip
chromium_src-28d679296ec30b869f318d366f6b1f58d8afc63b.tar.gz
chromium_src-28d679296ec30b869f318d366f6b1f58d8afc63b.tar.bz2
Fixes multiple definitions for DragDownload.
BUG=none TEST=none Review URL: http://codereview.chromium.org/115811 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@16992 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/temp_scaffolding_stubs.h')
-rw-r--r--chrome/common/temp_scaffolding_stubs.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/chrome/common/temp_scaffolding_stubs.h b/chrome/common/temp_scaffolding_stubs.h
index 300c240..2b4ee63 100644
--- a/chrome/common/temp_scaffolding_stubs.h
+++ b/chrome/common/temp_scaffolding_stubs.h
@@ -321,9 +321,11 @@ class BookmarkEditorView {
//---------------------------------------------------------------------------
// These stubs are for Browser
+#if !defined(TOOLKIT_VIEWS)
namespace download_util {
void DragDownload(const DownloadItem* download, SkBitmap* icon);
} // namespace download_util
+#endif
class DebuggerWindow : public base::RefCountedThreadSafe<DebuggerWindow> {
public: