Index: chrome/browser/safe_browsing/download_protection_service_unittest.cc |
diff --git a/chrome/browser/safe_browsing/download_protection_service_unittest.cc b/chrome/browser/safe_browsing/download_protection_service_unittest.cc |
index af98856947666248f451696758afb5f51e17126d..6e3262d838ec7117a7a77c6e267ebb9f1369452f 100644 |
--- a/chrome/browser/safe_browsing/download_protection_service_unittest.cc |
+++ b/chrome/browser/safe_browsing/download_protection_service_unittest.cc |
@@ -23,7 +23,6 @@ |
#include "chrome/browser/safe_browsing/safe_browsing_service.h" |
#include "chrome/browser/safe_browsing/signature_util.h" |
#include "chrome/common/safe_browsing/csd.pb.h" |
-#include "components/zip/zip.h" |
#include "content/public/test/mock_download_item.h" |
#include "content/public/test/test_browser_thread.h" |
#include "googleurl/src/gurl.h" |
@@ -32,6 +31,7 @@ |
#include "net/url_request/url_fetcher_delegate.h" |
#include "testing/gmock/include/gmock/gmock.h" |
#include "testing/gtest/include/gtest/gtest.h" |
+#include "third_party/zip/zip.h" |
using ::testing::ContainerEq; |
using ::testing::DoAll; |