diff options
Diffstat (limited to 'chrome/browser/component_updater/recovery_component_installer.cc')
-rw-r--r-- | chrome/browser/component_updater/recovery_component_installer.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/browser/component_updater/recovery_component_installer.cc b/chrome/browser/component_updater/recovery_component_installer.cc index 527a0c5..d25d602 100644 --- a/chrome/browser/component_updater/recovery_component_installer.cc +++ b/chrome/browser/component_updater/recovery_component_installer.cc @@ -18,8 +18,6 @@ #include "base/memory/scoped_ptr.h" #include "base/metrics/histogram.h" #include "base/path_service.h" -#include "base/prefs/pref_registry_simple.h" -#include "base/prefs/pref_service.h" #include "base/process/kill.h" #include "base/process/launch.h" #include "base/process/process.h" @@ -30,6 +28,8 @@ #include "components/component_updater/component_updater_paths.h" #include "components/component_updater/component_updater_service.h" #include "components/component_updater/pref_names.h" +#include "components/prefs/pref_registry_simple.h" +#include "components/prefs/pref_service.h" #include "components/update_client/update_client.h" #include "content/public/browser/browser_thread.h" |