Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(247)

Unified Diff: chrome/browser/download/drag_download_util.h

Issue 3859003: FBTF: Even more ctor/virtual deinlining. (Closed) Base URL: http://git.chromium.org/git/chromium.git
Patch Set: Created 10 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/browser/download/drag_download_util.h
diff --git a/chrome/browser/download/drag_download_util.h b/chrome/browser/download/drag_download_util.h
index bd9d44aadf349f10ea03ea65d800fa6b91922f5a..31bda475a943768df3b9092abb0dbebddd0ad69d 100644
--- a/chrome/browser/download/drag_download_util.h
+++ b/chrome/browser/download/drag_download_util.h
@@ -42,10 +42,8 @@ net::FileStream* CreateFileStreamForDrop(FilePath* file_path);
// Implementation of DownloadFileObserver to finalize the download process.
class PromiseFileFinalizer : public DownloadFileObserver {
public:
- explicit PromiseFileFinalizer(DragDownloadFile* drag_file_downloader)
- : drag_file_downloader_(drag_file_downloader) {
- }
- virtual ~PromiseFileFinalizer() { }
+ explicit PromiseFileFinalizer(DragDownloadFile* drag_file_downloader);
+ virtual ~PromiseFileFinalizer();
// DownloadFileObserver methods.
virtual void OnDownloadCompleted(const FilePath& file_path);

Powered by Google App Engine
This is Rietveld 408576698