Index: chrome/browser/safe_browsing/srt_fetcher_browsertest_win.cc |
diff --git a/chrome/browser/safe_browsing/srt_fetcher_browsertest_win.cc b/chrome/browser/safe_browsing/srt_fetcher_browsertest_win.cc |
index 943de73f4d9ce51fbe2b00f5b5ae3ad7c57d16af..dd91205faf9f90e0e6f18ab91186e104e20a1af6 100644 |
--- a/chrome/browser/safe_browsing/srt_fetcher_browsertest_win.cc |
+++ b/chrome/browser/safe_browsing/srt_fetcher_browsertest_win.cc |
@@ -54,10 +54,11 @@ class SRTFetcherTest : public InProcessBrowserTest, |
void RunReporter(const base::FilePath& exe_path = base::FilePath()) { |
auto invocation = SwReporterInvocation::FromFilePath(exe_path); |
- invocation.flags = SwReporterInvocation::FLAG_LOG_TO_RAPPOR | |
- SwReporterInvocation::FLAG_LOG_EXIT_CODE_TO_PREFS | |
- SwReporterInvocation::FLAG_TRIGGER_PROMPT | |
- SwReporterInvocation::FLAG_SEND_REPORTER_LOGS; |
+ invocation.supported_behaviours = |
+ SwReporterBehaviours::LOG_TO_RAPPOR | |
+ SwReporterBehaviours::LOG_EXIT_CODE_TO_PREFS | |
+ SwReporterBehaviours::TRIGGER_PROMPT | |
+ SwReporterBehaviours::SEND_REPORTER_LOGS; |
SwReporterQueue invocations; |
invocations.push(invocation); |