Index: chrome/browser/download/drag_download_item_gtk.cc |
diff --git a/chrome/browser/download/drag_download_item_gtk.cc b/chrome/browser/download/drag_download_item_gtk.cc |
deleted file mode 100644 |
index 62da9e62ce8677564fcd8efad42fdac6229d1c2e..0000000000000000000000000000000000000000 |
--- a/chrome/browser/download/drag_download_item_gtk.cc |
+++ /dev/null |
@@ -1,13 +0,0 @@ |
-// Copyright 2013 The Chromium Authors. All rights reserved. |
-// Use of this source code is governed by a BSD-style license that can be |
-// found in the LICENSE file. |
- |
-#include "chrome/browser/download/drag_download_item.h" |
- |
-#include "chrome/browser/ui/gtk/download/download_item_drag.h" |
- |
-void DragDownloadItem(const content::DownloadItem* download, |
- gfx::Image* icon, |
- gfx::NativeView view) { |
- DownloadItemDrag::BeginDrag(download, icon); |
-} |