| Index: chrome/browser/webui/ntp_login_handler.h
|
| diff --git a/chrome/browser/webui/ntp_login_handler.h b/chrome/browser/webui/ntp_login_handler.h
|
| index 7921cf95d0b5335e0ce224f7d907d23c4b657341..2f0a4175ae7676ef34934233d5b976be0dcd02ed 100644
|
| --- a/chrome/browser/webui/ntp_login_handler.h
|
| +++ b/chrome/browser/webui/ntp_login_handler.h
|
| @@ -7,8 +7,8 @@
|
| #pragma once
|
|
|
| #include "chrome/browser/prefs/pref_member.h"
|
| -#include "chrome/browser/webui/web_ui.h"
|
| #include "chrome/common/notification_observer.h"
|
| +#include "content/browser/webui/web_ui.h"
|
|
|
| // The NTP login handler currently simply displays the current logged in
|
| // username at the top of the NTP (and update itself when that changes).
|
|
|