| Index: content/browser/download/drag_download_file.cc
|
| diff --git a/content/browser/download/drag_download_file.cc b/content/browser/download/drag_download_file.cc
|
| index c1ea02ec551ae404d4c95f23ba305f42118f9e08..d87a7e036379ba52662f93bec87e7fbe39c3a22d 100644
|
| --- a/content/browser/download/drag_download_file.cc
|
| +++ b/content/browser/download/drag_download_file.cc
|
| @@ -55,7 +55,7 @@ class DragDownloadFile::DragDownloadFileUI : public DownloadItem::Observer {
|
| }
|
|
|
| void InitiateDownload(scoped_ptr<net::FileStream> file_stream,
|
| - const FilePath& file_path) {
|
| + const base::FilePath& file_path) {
|
| DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
|
| DownloadManager* download_manager =
|
| BrowserContext::GetDownloadManager(web_contents_->GetBrowserContext());
|
| @@ -146,7 +146,7 @@ class DragDownloadFile::DragDownloadFileUI : public DownloadItem::Observer {
|
| DISALLOW_COPY_AND_ASSIGN(DragDownloadFileUI);
|
| };
|
|
|
| -DragDownloadFile::DragDownloadFile(const FilePath& file_path,
|
| +DragDownloadFile::DragDownloadFile(const base::FilePath& file_path,
|
| scoped_ptr<net::FileStream> file_stream,
|
| const GURL& url,
|
| const Referrer& referrer,
|
|
|