| Index: chrome/browser/feedback/feedback_report.h
|
| ===================================================================
|
| --- chrome/browser/feedback/feedback_report.h (revision 254798)
|
| +++ chrome/browser/feedback/feedback_report.h (working copy)
|
| @@ -43,7 +43,7 @@
|
|
|
| // Loads the reports still on disk and queues then using the given callback.
|
| // This call blocks on the file reads.
|
| - static void LoadReportsAndQueue(content::BrowserContext* context,
|
| + static void LoadReportsAndQueue(const base::FilePath& user_dir,
|
| QueueCallback callback);
|
|
|
| private:
|
|
|