| Index: content/browser/loader/async_resource_handler_unittest.cc
|
| diff --git a/content/browser/loader/async_resource_handler_unittest.cc b/content/browser/loader/async_resource_handler_unittest.cc
|
| index 002e38b6f33e803c6df63f97114cd1f5f6e8fd5e..900baa92e6cb87f10498d041e0f9d8e8f4c1d2ce 100644
|
| --- a/content/browser/loader/async_resource_handler_unittest.cc
|
| +++ b/content/browser/loader/async_resource_handler_unittest.cc
|
| @@ -33,6 +33,7 @@
|
| #include "content/public/browser/resource_context.h"
|
| #include "content/public/browser/resource_request_info.h"
|
| #include "content/public/common/content_features.h"
|
| +#include "content/public/common/previews_state.h"
|
| #include "content/public/common/resource_type.h"
|
| #include "content/public/test/mock_resource_context.h"
|
| #include "content/public/test/test_browser_thread_bundle.h"
|
| @@ -187,7 +188,7 @@ class AsyncResourceHandlerTest : public ::testing::Test,
|
| resource_context_.get(), // context
|
| false, // report_raw_headers
|
| true, // is_async
|
| - false, // is_using_lofi
|
| + PREVIEWS_OFF, // previews_state
|
| std::string(), // original_headers
|
| nullptr, // body
|
| false); // initiated_in_secure_context
|
|
|