Chromium Code Reviews| Index: content/browser/android/date_time_chooser_android.h |
| diff --git a/content/browser/android/date_time_chooser_android.h b/content/browser/android/date_time_chooser_android.h |
| index b47ed5ec7c5f38e51234fb9873d580c61b0ef354..3ebafce61ecacf18a7d6d27bb5f064686736b7bb 100644 |
| --- a/content/browser/android/date_time_chooser_android.h |
| +++ b/content/browser/android/date_time_chooser_android.h |
| @@ -10,6 +10,7 @@ |
| #include "base/android/jni_weak_ref.h" |
| #include "base/memory/scoped_ptr.h" |
| +#include "content/public/browser/web_contents.h" |
| #include "ui/base/ime/text_input_type.h" |
| namespace content { |
| @@ -27,7 +28,7 @@ class DateTimeChooserAndroid { |
| // DateTimeChooser implementation: |
| // Shows the dialog. |dialog_value| is the date/time value converted to a |
| // number as defined in HTML. (See blink::InputType::parseToNumber()) |
| - void ShowDialog(ContentViewCore* content, |
| + void ShowDialog(WebContents* webcontents, |
|
Yaron
2014/10/15 20:32:38
web_contents
AKVT
2014/10/29 18:13:29
Done.
|
| RenderViewHost* host, |
| ui::TextInputType dialog_type, |
| double dialog_value, |