summaryrefslogtreecommitdiffstats
path: root/content/browser/download/base_file.h
diff options
context:
space:
mode:
Diffstat (limited to 'content/browser/download/base_file.h')
-rw-r--r--content/browser/download/base_file.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/content/browser/download/base_file.h b/content/browser/download/base_file.h
index c488c34..7ada03c 100644
--- a/content/browser/download/base_file.h
+++ b/content/browser/download/base_file.h
@@ -29,8 +29,6 @@ class FileStream;
// for DownloadFile and SaveFile, which keep more state information.
class CONTENT_EXPORT BaseFile {
public:
- // May be constructed on any thread. All other routines (including
- // destruction) must occur on the FILE thread.
BaseFile(const FilePath& full_path,
const GURL& source_url,
const GURL& referrer_url,