| Index: chrome/browser/ui/webui/ntp/most_visited_handler.cc
|
| ===================================================================
|
| --- chrome/browser/ui/webui/ntp/most_visited_handler.cc (revision 211277)
|
| +++ chrome/browser/ui/webui/ntp/most_visited_handler.cc (working copy)
|
| @@ -20,6 +20,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/prefs/scoped_user_pref_update.h"
|
| @@ -31,7 +32,6 @@
|
| #include "chrome/browser/ui/webui/ntp/new_tab_ui.h"
|
| #include "chrome/browser/ui/webui/ntp/ntp_stats.h"
|
| #include "chrome/browser/ui/webui/ntp/thumbnail_source.h"
|
| -#include "chrome/common/chrome_notification_types.h"
|
| #include "chrome/common/pref_names.h"
|
| #include "chrome/common/url_constants.h"
|
| #include "components/user_prefs/pref_registry_syncable.h"
|
|
|