Index: chrome/browser/ui/webui/ntp/android/promo_handler.cc |
=================================================================== |
--- chrome/browser/ui/webui/ntp/android/promo_handler.cc (revision 211277) |
+++ chrome/browser/ui/webui/ntp/android/promo_handler.cc (working copy) |
@@ -12,6 +12,7 @@ |
#include "base/strings/string_util.h" |
#include "base/strings/utf_string_conversions.h" |
#include "chrome/browser/android/intent_helper.h" |
+#include "chrome/browser/chrome_notification_types.h" |
#include "chrome/browser/profiles/profile.h" |
#include "chrome/browser/profiles/profile_manager.h" |
#include "chrome/browser/signin/signin_manager.h" |
@@ -22,7 +23,6 @@ |
#include "chrome/browser/web_resource/notification_promo.h" |
#include "chrome/browser/web_resource/notification_promo_mobile_ntp.h" |
#include "chrome/browser/web_resource/promo_resource_service.h" |
-#include "chrome/common/chrome_notification_types.h" |
#include "chrome/common/pref_names.h" |
#include "components/user_prefs/pref_registry_syncable.h" |
#include "content/public/browser/browser_thread.h" |