Chromium Code Reviews| Index: chrome/browser/banners/app_banner_manager.cc |
| diff --git a/chrome/browser/banners/app_banner_manager.cc b/chrome/browser/banners/app_banner_manager.cc |
| index b89fce34451f15a371aca8e04b2625dfdb6b60e4..99460abe854f78b5ca0c7d8f7fd55711c39d2b2a 100644 |
| --- a/chrome/browser/banners/app_banner_manager.cc |
| +++ b/chrome/browser/banners/app_banner_manager.cc |
| @@ -1,3 +1,4 @@ |
| + |
|
ncarter (slow)
2016/12/01 22:33:31
Remove.
Navid Zolghadr
2016/12/02 20:47:35
Done.
|
| // Copyright 2015 The Chromium Authors. All rights reserved. |
| // Use of this source code is governed by a BSD-style license that can be |
| // found in the LICENSE file. |
| @@ -17,7 +18,8 @@ |
| #include "chrome/browser/engagement/site_engagement_service.h" |
| #include "chrome/browser/profiles/profile.h" |
| #include "chrome/common/chrome_switches.h" |
| -#include "components/rappor/rappor_utils.h" |
| +#include "components/rappor/public/rappor_utils.h" |
| +#include "components/rappor/rappor_service.h" |
| #include "content/public/browser/navigation_handle.h" |
| #include "content/public/browser/render_frame_host.h" |
| #include "content/public/browser/web_contents.h" |