| Index: chrome/browser/safe_browsing/chrome_cleaner/srt_field_trial_win.h
|
| diff --git a/chrome/browser/safe_browsing/chrome_cleaner/srt_field_trial_win.h b/chrome/browser/safe_browsing/chrome_cleaner/srt_field_trial_win.h
|
| index 13f0e586aa34ae7fc49db405f493b0b6cb036007..6809423214eaa36e4d2b728ea53bc8d00db5590f 100644
|
| --- a/chrome/browser/safe_browsing/chrome_cleaner/srt_field_trial_win.h
|
| +++ b/chrome/browser/safe_browsing/chrome_cleaner/srt_field_trial_win.h
|
| @@ -8,6 +8,7 @@
|
| #include <string>
|
|
|
| #include "base/feature_list.h"
|
| +#include "url/gurl.h"
|
|
|
| namespace safe_browsing {
|
|
|
| @@ -42,7 +43,7 @@ bool SRTPromptNeedsElevationIcon();
|
| bool IsSwReporterEnabled();
|
|
|
| // Returns the correct SRT download URL for the current field trial.
|
| -const char* GetSRTDownloadURL();
|
| +GURL GetSRTDownloadURL();
|
|
|
| // Returns the value of the incoming SRT seed.
|
| std::string GetIncomingSRTSeed();
|
|
|