Index: chrome/browser/push_messaging/push_messaging_notification_manager.cc |
diff --git a/chrome/browser/push_messaging/push_messaging_notification_manager.cc b/chrome/browser/push_messaging/push_messaging_notification_manager.cc |
index 485d682dbc53706b1fc178cdc5ba6e3c314caaab..e6fb974a2d2e6d060fc376c5aa6a5659d348fcbc 100644 |
--- a/chrome/browser/push_messaging/push_messaging_notification_manager.cc |
+++ b/chrome/browser/push_messaging/push_messaging_notification_manager.cc |
@@ -19,7 +19,8 @@ |
#include "chrome/browser/push_messaging/push_messaging_constants.h" |
#include "chrome/common/features.h" |
#include "chrome/grit/generated_resources.h" |
-#include "components/rappor/rappor_utils.h" |
+#include "components/rappor/public/rappor_utils.h" |
+#include "components/rappor/rappor_service_impl.h" |
#include "components/url_formatter/elide_url.h" |
#include "content/public/browser/browser_context.h" |
#include "content/public/browser/browser_thread.h" |