diff options
Diffstat (limited to 'android_webview')
-rw-r--r-- | android_webview/native/android_protocol_handler.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/android_webview/native/android_protocol_handler.cc b/android_webview/native/android_protocol_handler.cc index 1c0c922..ac57ae9 100644 --- a/android_webview/native/android_protocol_handler.cc +++ b/android_webview/native/android_protocol_handler.cc @@ -232,10 +232,10 @@ net::URLRequestJob* AndroidRequestInterceptorBase::MaybeInterceptRequest( AssetFileRequestInterceptor::AssetFileRequestInterceptor() : asset_prefix_(std::string(url::kFileScheme) + - std::string(content::kStandardSchemeSeparator) + + std::string(url::kStandardSchemeSeparator) + android_webview::kAndroidAssetPath), resource_prefix_(std::string(url::kFileScheme) + - std::string(content::kStandardSchemeSeparator) + + std::string(url::kStandardSchemeSeparator) + android_webview::kAndroidResourcePath) { } |