| Index: chrome/browser/ui/webui/chromeos/slow_ui.cc
|
| diff --git a/chrome/browser/ui/webui/chromeos/slow_ui.cc b/chrome/browser/ui/webui/chromeos/slow_ui.cc
|
| index 60822e1e48daff7d7e5f4bb29338493c14c9915a..dbeda9a3e27e4b992bab93a8e61f413a4b27b2f1 100644
|
| --- a/chrome/browser/ui/webui/chromeos/slow_ui.cc
|
| +++ b/chrome/browser/ui/webui/chromeos/slow_ui.cc
|
| @@ -8,13 +8,13 @@
|
|
|
| #include "base/bind.h"
|
| #include "base/macros.h"
|
| -#include "base/prefs/pref_change_registrar.h"
|
| -#include "base/prefs/pref_service.h"
|
| #include "base/values.h"
|
| #include "chrome/browser/profiles/profile.h"
|
| #include "chrome/common/pref_names.h"
|
| #include "chrome/common/url_constants.h"
|
| #include "chrome/grit/generated_resources.h"
|
| +#include "components/prefs/pref_change_registrar.h"
|
| +#include "components/prefs/pref_service.h"
|
| #include "content/public/browser/web_contents.h"
|
| #include "content/public/browser/web_ui.h"
|
| #include "content/public/browser/web_ui_data_source.h"
|
|
|