| Index: chrome/browser/ui/webui/options/core_options_handler.h
|
| diff --git a/chrome/browser/ui/webui/options/core_options_handler.h b/chrome/browser/ui/webui/options/core_options_handler.h
|
| index bd01a7e3ab616f75aed9e1fd14f3658af0871d14..08084474dcf2bb5c30efea70b1b4e5f2d37353c8 100644
|
| --- a/chrome/browser/ui/webui/options/core_options_handler.h
|
| +++ b/chrome/browser/ui/webui/options/core_options_handler.h
|
| @@ -9,8 +9,8 @@
|
| #include <string>
|
|
|
| #include "base/callback.h"
|
| +#include "base/prefs/pref_change_registrar.h"
|
| #include "base/prefs/pref_service.h"
|
| -#include "base/prefs/public/pref_change_registrar.h"
|
| #include "base/values.h"
|
| #include "chrome/browser/plugins/plugin_status_pref_setter.h"
|
| #include "chrome/browser/ui/webui/options/options_ui.h"
|
|
|