diff options
Diffstat (limited to 'chrome/browser/component_updater/sw_reporter_installer_win.cc')
-rw-r--r-- | chrome/browser/component_updater/sw_reporter_installer_win.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/component_updater/sw_reporter_installer_win.cc b/chrome/browser/component_updater/sw_reporter_installer_win.cc index 9ea21f6..6c04dca 100644 --- a/chrome/browser/component_updater/sw_reporter_installer_win.cc +++ b/chrome/browser/component_updater/sw_reporter_installer_win.cc @@ -17,7 +17,6 @@ #include "base/metrics/histogram.h" #include "base/metrics/sparse_histogram.h" #include "base/path_service.h" -#include "base/prefs/pref_registry_simple.h" #include "base/strings/string_tokenizer.h" #include "base/thread_task_runner_handle.h" #include "base/threading/worker_pool.h" @@ -31,6 +30,7 @@ #include "components/component_updater/default_component_installer.h" #include "components/component_updater/pref_names.h" #include "components/pref_registry/pref_registry_syncable.h" +#include "components/prefs/pref_registry_simple.h" #include "components/update_client/update_client.h" #include "components/update_client/utils.h" #include "content/public/browser/browser_thread.h" |