diff options
Diffstat (limited to 'chrome/browser/recovery/recovery_install_global_error.h')
-rw-r--r-- | chrome/browser/recovery/recovery_install_global_error.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/recovery/recovery_install_global_error.h b/chrome/browser/recovery/recovery_install_global_error.h index 2855f08..a7d9634 100644 --- a/chrome/browser/recovery/recovery_install_global_error.h +++ b/chrome/browser/recovery/recovery_install_global_error.h @@ -8,9 +8,9 @@ #include <vector> #include "base/macros.h" -#include "base/prefs/pref_change_registrar.h" #include "chrome/browser/ui/global_error/global_error.h" #include "components/keyed_service/core/keyed_service.h" +#include "components/prefs/pref_change_registrar.h" class Profile; |