| Index: components/data_reduction_proxy/core/browser/data_reduction_proxy_prefs_unittest.cc
|
| diff --git a/components/data_reduction_proxy/core/browser/data_reduction_proxy_prefs_unittest.cc b/components/data_reduction_proxy/core/browser/data_reduction_proxy_prefs_unittest.cc
|
| index 6ff2b5dd0381f753f4b07f66bb29c12434320475..20032c0df8fe43485262cb6e3e043d3412e90e91 100644
|
| --- a/components/data_reduction_proxy/core/browser/data_reduction_proxy_prefs_unittest.cc
|
| +++ b/components/data_reduction_proxy/core/browser/data_reduction_proxy_prefs_unittest.cc
|
| @@ -6,12 +6,12 @@
|
|
|
| #include <stdint.h>
|
|
|
| -#include "base/prefs/pref_registry_simple.h"
|
| -#include "base/prefs/pref_service.h"
|
| -#include "base/prefs/scoped_user_pref_update.h"
|
| -#include "base/prefs/testing_pref_service.h"
|
| #include "base/strings/string_number_conversions.h"
|
| #include "components/data_reduction_proxy/core/common/data_reduction_proxy_pref_names.h"
|
| +#include "components/prefs/pref_registry_simple.h"
|
| +#include "components/prefs/pref_service.h"
|
| +#include "components/prefs/scoped_user_pref_update.h"
|
| +#include "components/prefs/testing_pref_service.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
|
|
| namespace data_reduction_proxy {
|
|
|