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

Unified Diff: ios/web_view/internal/cwv_browser_state.mm

Issue 2713243002: Rename CRIWVURLRequestContextGetter prefix. (Closed)
Patch Set: Created 3 years, 10 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: ios/web_view/internal/cwv_browser_state.mm
diff --git a/ios/web_view/internal/cwv_browser_state.mm b/ios/web_view/internal/cwv_browser_state.mm
index 4a83d771531f855049514deffdc31031e47de555..2891bda241eb28407d03b5984a6ce36dea14bf16 100644
--- a/ios/web_view/internal/cwv_browser_state.mm
+++ b/ios/web_view/internal/cwv_browser_state.mm
@@ -18,7 +18,7 @@
#include "components/translate/core/browser/translate_prefs.h"
#include "components/translate/core/common/translate_pref_names.h"
#include "ios/web/public/web_thread.h"
-#include "ios/web_view/internal/criwv_url_request_context_getter.h"
+#include "ios/web_view/internal/cwv_url_request_context_getter.h"
#include "ios/web_view/internal/pref_names.h"
#include "ui/base/l10n/l10n_util_mac.h"
@@ -36,7 +36,7 @@ CWVBrowserState::CWVBrowserState(bool off_the_record)
: web::BrowserState(), off_the_record_(off_the_record) {
CHECK(PathService::Get(base::DIR_APP_DATA, &path_));
- request_context_getter_ = new CRIWVURLRequestContextGetter(
+ request_context_getter_ = new CWVURLRequestContextGetter(
GetStatePath(),
web::WebThread::GetTaskRunnerForThread(web::WebThread::IO),
web::WebThread::GetTaskRunnerForThread(web::WebThread::FILE),

Powered by Google App Engine
This is Rietveld 408576698