| Index: components/data_reduction_proxy/core/browser/data_reduction_proxy_compression_stats.h
|
| diff --git a/components/data_reduction_proxy/core/browser/data_reduction_proxy_compression_stats.h b/components/data_reduction_proxy/core/browser/data_reduction_proxy_compression_stats.h
|
| index 59eca58cb73549c4660195f4139e4921a245cdda..3aa182a6e4df2751f39d675004f83fa6336b9213 100644
|
| --- a/components/data_reduction_proxy/core/browser/data_reduction_proxy_compression_stats.h
|
| +++ b/components/data_reduction_proxy/core/browser/data_reduction_proxy_compression_stats.h
|
| @@ -16,6 +16,8 @@
|
| #include "base/memory/ref_counted.h"
|
| #include "base/memory/scoped_ptr.h"
|
| #include "base/memory/weak_ptr.h"
|
| +#include "base/prefs/pref_change_registrar.h"
|
| +#include "base/prefs/pref_member.h"
|
| #include "base/threading/thread_checker.h"
|
| #include "base/time/time.h"
|
| #include "base/timer/timer.h"
|
| @@ -23,8 +25,6 @@
|
| #include "components/data_reduction_proxy/core/browser/db_data_owner.h"
|
| #include "components/data_reduction_proxy/core/common/data_reduction_proxy_pref_names.h"
|
| #include "components/data_reduction_proxy/proto/data_store.pb.h"
|
| -#include "components/prefs/pref_change_registrar.h"
|
| -#include "components/prefs/pref_member.h"
|
| #include "net/base/network_change_notifier.h"
|
|
|
| class PrefService;
|
|
|