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

Unified Diff: android_webview/native/android_protocol_handler.cc

Issue 120593003: Move kFileScheme constant into content namespace. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years 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/native/android_protocol_handler.cc
diff --git a/android_webview/native/android_protocol_handler.cc b/android_webview/native/android_protocol_handler.cc
index 407f62f1dffea489bc937a3d370deb8246cba021..e94c5580491c5042a22863fc897cd6920ad9af6b 100644
--- a/android_webview/native/android_protocol_handler.cc
+++ b/android_webview/native/android_protocol_handler.cc
@@ -229,10 +229,10 @@ net::URLRequestJob* AndroidProtocolHandlerBase::MaybeCreateJob(
// AssetFileProtocolHandler ---------------------------------------------------
AssetFileProtocolHandler::AssetFileProtocolHandler()
- : asset_prefix_(std::string(chrome::kFileScheme) +
+ : asset_prefix_(std::string(content::kFileScheme) +
std::string(content::kStandardSchemeSeparator) +
android_webview::kAndroidAssetPath),
- resource_prefix_(std::string(chrome::kFileScheme) +
+ resource_prefix_(std::string(content::kFileScheme) +
std::string(content::kStandardSchemeSeparator) +
android_webview::kAndroidResourcePath) {
}
« no previous file with comments | « android_webview/browser/net/aw_url_request_context_getter.cc ('k') | android_webview/native/cookie_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698