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

Unified Diff: android_webview/browser/aw_contents_statics.cc

Issue 2889193004: [WebView] Replace AwContentsIoThreadClient, InputStream and AwWebResourceResponse (Closed)
Patch Set: fix test crash 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
Index: android_webview/browser/aw_contents_statics.cc
diff --git a/android_webview/browser/aw_contents_statics.cc b/android_webview/browser/aw_contents_statics.cc
index e46dcc14a1df8412ab1db8de73c4eeec5e43e56b..72090592b009a065920c2c1723dcba17f45cf491 100644
--- a/android_webview/browser/aw_contents_statics.cc
+++ b/android_webview/browser/aw_contents_statics.cc
@@ -6,7 +6,7 @@
#include "android_webview/browser/address_parser.h"
#include "android_webview/browser/aw_browser_context.h"
-#include "android_webview/browser/aw_contents_io_thread_client_impl.h"
+#include "android_webview/browser/aw_contents_io_thread_client.h"
#include "android_webview/browser/aw_safe_browsing_config_helper.h"
#include "android_webview/browser/net/aw_url_request_context_getter.h"
#include "android_webview/common/aw_version_info_values.h"
@@ -95,8 +95,8 @@ void SetServiceWorkerIoThreadClient(
const JavaParamRef<jclass>&,
const base::android::JavaParamRef<jobject>& io_thread_client,
const base::android::JavaParamRef<jobject>& browser_context) {
- AwContentsIoThreadClientImpl::SetServiceWorkerIoThreadClient(io_thread_client,
- browser_context);
+ AwContentsIoThreadClient::SetServiceWorkerIoThreadClient(io_thread_client,
+ browser_context);
}
// static

Powered by Google App Engine
This is Rietveld 408576698