| Index: components/variations/service/variations_service.cc
|
| diff --git a/components/variations/service/variations_service.cc b/components/variations/service/variations_service.cc
|
| index f03fa71ed23d7ad93d2bcf53d8b5aa1ce408f002..9e0c4c75134475d3c52a05a06922c2ff01668938 100644
|
| --- a/components/variations/service/variations_service.cc
|
| +++ b/components/variations/service/variations_service.cc
|
| @@ -12,8 +12,6 @@
|
| #include "base/command_line.h"
|
| #include "base/metrics/histogram.h"
|
| #include "base/metrics/sparse_histogram.h"
|
| -#include "base/prefs/pref_registry_simple.h"
|
| -#include "base/prefs/pref_service.h"
|
| #include "base/strings/string_util.h"
|
| #include "base/sys_info.h"
|
| #include "base/task_runner_util.h"
|
| @@ -25,6 +23,8 @@
|
| #include "components/metrics/metrics_state_manager.h"
|
| #include "components/network_time/network_time_tracker.h"
|
| #include "components/pref_registry/pref_registry_syncable.h"
|
| +#include "components/prefs/pref_registry_simple.h"
|
| +#include "components/prefs/pref_service.h"
|
| #include "components/variations/pref_names.h"
|
| #include "components/variations/proto/variations_seed.pb.h"
|
| #include "components/variations/variations_seed_processor.h"
|
|
|