summaryrefslogtreecommitdiff
path: root/chromium/components/upload_list/upload_list.h
diff options
context:
space:
mode:
authorAllan Sandfeld Jensen <allan.jensen@qt.io>2018-10-24 11:30:15 +0200
committerAllan Sandfeld Jensen <allan.jensen@qt.io>2018-10-30 12:56:19 +0000
commit6036726eb981b6c4b42047513b9d3f4ac865daac (patch)
tree673593e70678e7789766d1f732eb51f613a2703b /chromium/components/upload_list/upload_list.h
parent466052c4e7c052268fd931888cd58961da94c586 (diff)
downloadqtwebengine-chromium-6036726eb981b6c4b42047513b9d3f4ac865daac.tar.gz
BASELINE: Update Chromium to 70.0.3538.78
Change-Id: Ie634710bf039e26c1957f4ae45e101bd4c434ae7 Reviewed-by: Michael BrĂ¼ning <michael.bruning@qt.io>
Diffstat (limited to 'chromium/components/upload_list/upload_list.h')
-rw-r--r--chromium/components/upload_list/upload_list.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/chromium/components/upload_list/upload_list.h b/chromium/components/upload_list/upload_list.h
index 8b5a866ed33..9ea4b9ff778 100644
--- a/chromium/components/upload_list/upload_list.h
+++ b/chromium/components/upload_list/upload_list.h
@@ -14,7 +14,7 @@
#include "base/macros.h"
#include "base/memory/ref_counted.h"
#include "base/sequence_checker.h"
-#include "base/task_scheduler/task_traits.h"
+#include "base/task/task_traits.h"
#include "base/time/time.h"
// An UploadList is an abstraction over a list of client-side data files that
@@ -64,7 +64,6 @@ class UploadList : public base::RefCountedThreadSafe<UploadList> {
base::string16 file_size;
};
- // Creates a new upload list with the given callback delegate.
UploadList();
// Starts loading the upload list. OnUploadListAvailable will be called when