| Index: components/autofill/core/browser/autofill_download_manager_unittest.cc
|
| diff --git a/components/autofill/core/browser/autofill_download_manager_unittest.cc b/components/autofill/core/browser/autofill_download_manager_unittest.cc
|
| index c9a27e63132f2613120f456b17f525c9641d5203..1fe990738622f58e1353191c6a1d4d745abde454 100644
|
| --- a/components/autofill/core/browser/autofill_download_manager_unittest.cc
|
| +++ b/components/autofill/core/browser/autofill_download_manager_unittest.cc
|
| @@ -21,7 +21,6 @@
|
| #include "components/autofill/core/browser/form_structure.h"
|
| #include "components/autofill/core/browser/test_autofill_driver.h"
|
| #include "components/autofill/core/common/form_data.h"
|
| -#include "components/compression/compression_utils.h"
|
| #include "net/http/http_request_headers.h"
|
| #include "net/http/http_status_code.h"
|
| #include "net/url_request/test_url_fetcher_factory.h"
|
| @@ -29,6 +28,7 @@
|
| #include "net/url_request/url_request_test_util.h"
|
| #include "testing/gmock/include/gmock/gmock.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
| +#include "third_party/zlib/google/compression_utils.h"
|
|
|
| using base::ASCIIToUTF16;
|
|
|
|
|