Index: chrome/common/temp_scaffolding_stubs.cc |
=================================================================== |
--- chrome/common/temp_scaffolding_stubs.cc (revision 16972) |
+++ chrome/common/temp_scaffolding_stubs.cc (working copy) |
@@ -274,6 +274,7 @@ |
return NULL; |
} |
+#if !defined(TOOLKIT_VIEWS) |
namespace download_util { |
void DragDownload(const DownloadItem* download, SkBitmap* icon) { |
@@ -281,6 +282,7 @@ |
} |
} // namespace download_util |
+#endif |
#if defined(OS_MACOSX) |
void HungRendererDialog::HideForTabContents(TabContents*) { |