| Index: chrome/browser/ui/webui/ntp/suggestions_page_handler.cc
|
| ===================================================================
|
| --- chrome/browser/ui/webui/ntp/suggestions_page_handler.cc (revision 211277)
|
| +++ chrome/browser/ui/webui/ntp/suggestions_page_handler.cc (working copy)
|
| @@ -15,6 +15,7 @@
|
| #include "base/strings/utf_string_conversions.h"
|
| #include "base/threading/thread.h"
|
| #include "base/values.h"
|
| +#include "chrome/browser/chrome_notification_types.h"
|
| #include "chrome/browser/history/page_usage_data.h"
|
| #include "chrome/browser/history/top_sites.h"
|
| #include "chrome/browser/profiles/profile.h"
|
| @@ -23,7 +24,6 @@
|
| #include "chrome/browser/ui/webui/ntp/suggestions_combiner.h"
|
| #include "chrome/browser/ui/webui/ntp/suggestions_source_top_sites.h"
|
| #include "chrome/browser/ui/webui/ntp/thumbnail_source.h"
|
| -#include "chrome/common/chrome_notification_types.h"
|
| #include "chrome/common/url_constants.h"
|
| #include "components/user_prefs/pref_registry_syncable.h"
|
| #include "content/public/browser/navigation_controller.h"
|
|
|