| Index: components/variations/variations_seed_store_unittest.cc
|
| diff --git a/components/variations/variations_seed_store_unittest.cc b/components/variations/variations_seed_store_unittest.cc
|
| index f4e2f3582b1237a3f2c254afda0a0ad9f255bd30..2ebdb4d299cfbf5221d4fd902d34e60dc6721b48 100644
|
| --- a/components/variations/variations_seed_store_unittest.cc
|
| +++ b/components/variations/variations_seed_store_unittest.cc
|
| @@ -8,11 +8,11 @@
|
| #include "base/macros.h"
|
| #include "base/prefs/testing_pref_service.h"
|
| #include "build/build_config.h"
|
| -#include "components/compression/compression_utils.h"
|
| #include "components/variations/pref_names.h"
|
| #include "components/variations/proto/study.pb.h"
|
| #include "components/variations/proto/variations_seed.pb.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
| +#include "third_party/zlib/google/compression_utils.h"
|
|
|
| #if defined(OS_ANDROID)
|
| #include "components/variations/android/variations_seed_bridge.h"
|
|
|