Index: chrome/common/temp_scaffolding_stubs.h |
=================================================================== |
--- chrome/common/temp_scaffolding_stubs.h (revision 16972) |
+++ chrome/common/temp_scaffolding_stubs.h (working copy) |
@@ -321,9 +321,11 @@ |
//--------------------------------------------------------------------------- |
// 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: |