| 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 79899a315fcdc0d13209f8f9a42b5f071b022483..0073925dfde05b2a4744cd133311a21e1d141612 100644
|
| --- a/chrome/browser/ui/webui/ntp/new_tab_ui.h
|
| +++ b/chrome/browser/ui/webui/ntp/new_tab_ui.h
|
| @@ -131,7 +131,7 @@ class NewTabUI : public content::WebUIController,
|
| // The last time we got a paint notification.
|
| base::TimeTicks last_paint_;
|
| // Scoping so we can be sure our timeouts don't outlive us.
|
| - base::OneShotTimer<NewTabUI> timer_;
|
| + base::OneShotTimer timer_;
|
| // The preference version. This used for migrating prefs of the NTP.
|
| static const int current_pref_version_ = 3;
|
|
|
|
|