| Index: chrome/browser/ui/webui/ntp/new_tab_ui.h
|
| diff --git a/chrome/browser/ui/webui/ntp/new_tab_ui.h b/chrome/browser/ui/webui/ntp/new_tab_ui.h
|
| index 885e2714f704125fd76bf6e127c2b629ba625d1a..9cd11b5b7d3779dc6f2f54420a849f4f5cc955a7 100644
|
| --- a/chrome/browser/ui/webui/ntp/new_tab_ui.h
|
| +++ b/chrome/browser/ui/webui/ntp/new_tab_ui.h
|
| @@ -11,6 +11,7 @@
|
| #include "base/gtest_prod_util.h"
|
| #include "base/time.h"
|
| #include "base/timer.h"
|
| +#include "chrome/browser/prefs/pref_change_registrar.h"
|
| #include "chrome/browser/sessions/tab_restore_service.h"
|
| #include "chrome/browser/ui/webui/chrome_url_data_manager.h"
|
| #include "content/public/browser/notification_observer.h"
|
| @@ -116,6 +117,8 @@ class NewTabUI : public content::WebUIController,
|
| // If the sync promo NTP bubble is being shown.
|
| bool showing_sync_bubble_;
|
|
|
| + PrefChangeRegistrar pref_change_registrar_;
|
| +
|
| DISALLOW_COPY_AND_ASSIGN(NewTabUI);
|
| };
|
|
|
|
|