| Index: components/upload_list/upload_list.h
|
| diff --git a/components/upload_list/upload_list.h b/components/upload_list/upload_list.h
|
| index f324d561b3cb010bda0c2b04fd44e9379e1f1c3c..1f4a9e3d5850dd7fc375433dfc2f99f58ec6c783 100644
|
| --- a/components/upload_list/upload_list.h
|
| +++ b/components/upload_list/upload_list.h
|
| @@ -95,6 +95,8 @@ class UploadList : public base::RefCountedThreadSafe<UploadList> {
|
| // Reads the upload log and stores the entries in |uploads|.
|
| virtual void LoadUploadList(std::vector<UploadInfo>* uploads);
|
|
|
| + const base::FilePath& upload_log_path() const;
|
| +
|
| private:
|
| friend class base::RefCountedThreadSafe<UploadList>;
|
|
|
|
|