Index: chrome/browser/chromeos/arc/arc_navigation_throttle.h |
diff --git a/chrome/browser/chromeos/arc/arc_navigation_throttle.h b/chrome/browser/chromeos/arc/arc_navigation_throttle.h |
index 7a9fba361c86057b970c708f38114ca8805a8fdf..8bf7c9812546dbf06c9229203ccaff132a8c96d0 100644 |
--- a/chrome/browser/chromeos/arc/arc_navigation_throttle.h |
+++ b/chrome/browser/chromeos/arc/arc_navigation_throttle.h |
@@ -19,6 +19,7 @@ |
namespace content { |
class NavigationHandle; |
+class WebContents; |
} // namespace content |
namespace arc { |
@@ -46,7 +47,7 @@ class ArcNavigationThrottle : public content::NavigationThrottle { |
using NameAndIcon = std::pair<std::string, gfx::Image>; |
using ShowIntentPickerCallback = |
- base::Callback<void(content::NavigationHandle* handle, |
+ base::Callback<void(content::WebContents* contents, |
djacobo_
2016/09/14 17:16:45
nit: replace contents with web_contents
Yusuke Sato
2016/09/14 18:15:54
Done.
|
const std::vector<NameAndIcon>& app_info, |
const base::Callback<void(size_t, CloseReason)>& cb)>; |
ArcNavigationThrottle(content::NavigationHandle* navigation_handle, |