Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(381)

Unified Diff: third_party/WebKit/Source/web/ExternalDateTimeChooser.cpp

Issue 2886653002: Removed dependency of ExternalDateTimeChooser on ChromeClientImpl (Closed)
Patch Set: Rebase Created 3 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « third_party/WebKit/Source/web/ExternalDateTimeChooser.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/web/ExternalDateTimeChooser.cpp
diff --git a/third_party/WebKit/Source/web/ExternalDateTimeChooser.cpp b/third_party/WebKit/Source/web/ExternalDateTimeChooser.cpp
index 688def00913b174d9b2c8fe33d91552d4a2a724f..4b77baaa944ebe3cc65939b64b537277adad5d64 100644
--- a/third_party/WebKit/Source/web/ExternalDateTimeChooser.cpp
+++ b/third_party/WebKit/Source/web/ExternalDateTimeChooser.cpp
@@ -27,12 +27,12 @@
#include "core/InputTypeNames.h"
#include "core/html/forms/DateTimeChooserClient.h"
+#include "core/page/ChromeClient.h"
#include "platform/RuntimeEnabledFeatures.h"
#include "platform/wtf/text/AtomicString.h"
#include "public/web/WebDateTimeChooserCompletion.h"
#include "public/web/WebDateTimeChooserParams.h"
#include "public/web/WebViewClient.h"
-#include "web/ChromeClientImpl.h"
namespace blink {
@@ -69,7 +69,7 @@ ExternalDateTimeChooser::ExternalDateTimeChooser(DateTimeChooserClient* client)
}
ExternalDateTimeChooser* ExternalDateTimeChooser::Create(
- ChromeClientImpl* chrome_client,
+ ChromeClient* chrome_client,
WebViewClient* web_view_client,
DateTimeChooserClient* client,
const DateTimeChooserParameters& parameters) {
@@ -97,7 +97,7 @@ static WebDateTimeInputType ToWebDateTimeInputType(const AtomicString& source) {
}
bool ExternalDateTimeChooser::OpenDateTimeChooser(
- ChromeClientImpl* chrome_client,
+ ChromeClient* chrome_client,
WebViewClient* web_view_client,
const DateTimeChooserParameters& parameters) {
if (!web_view_client)
« no previous file with comments | « third_party/WebKit/Source/web/ExternalDateTimeChooser.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698