| Index: chrome/browser/ui/webui/ntp/ntp_login_handler.cc
|
| ===================================================================
|
| --- chrome/browser/ui/webui/ntp/ntp_login_handler.cc (revision 211277)
|
| +++ chrome/browser/ui/webui/ntp/ntp_login_handler.cc (working copy)
|
| @@ -15,6 +15,7 @@
|
| #include "base/values.h"
|
| #include "chrome/app/chrome_command_ids.h"
|
| #include "chrome/browser/browser_process.h"
|
| +#include "chrome/browser/chrome_notification_types.h"
|
| #include "chrome/browser/profiles/profile.h"
|
| #include "chrome/browser/profiles/profile_info_cache.h"
|
| #include "chrome/browser/profiles/profile_manager.h"
|
| @@ -31,7 +32,6 @@
|
| #include "chrome/browser/ui/sync/sync_promo_ui.h"
|
| #include "chrome/browser/ui/webui/ntp/new_tab_ui.h"
|
| #include "chrome/browser/web_resource/promo_resource_service.h"
|
| -#include "chrome/common/chrome_notification_types.h"
|
| #include "chrome/common/pref_names.h"
|
| #include "chrome/common/url_constants.h"
|
| #include "content/public/browser/notification_details.h"
|
|
|