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

Unified Diff: ios/chrome/browser/application_context_impl.cc

Issue 2528893003: [PhysicalWeb] Add physical_web namespace. (Closed)
Patch Set: Created 4 years, 1 month 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/chrome/browser/application_context_impl.cc
diff --git a/ios/chrome/browser/application_context_impl.cc b/ios/chrome/browser/application_context_impl.cc
index 2eae61e4fb1a2f9a83b84efc5a1cdb5ebe159a78..f92cee677df6a5b61ec75fbd5bba08dce902d241 100644
--- a/ios/chrome/browser/application_context_impl.cc
+++ b/ios/chrome/browser/application_context_impl.cc
@@ -286,7 +286,8 @@ CRLSetFetcher* ApplicationContextImpl::GetCRLSetFetcher() {
return crl_set_fetcher_.get();
}
-PhysicalWebDataSource* ApplicationContextImpl::GetPhysicalWebDataSource() {
+physical_web::PhysicalWebDataSource*
+ApplicationContextImpl::GetPhysicalWebDataSource() {
DCHECK(thread_checker_.CalledOnValidThread());
if (!physical_web_data_source_) {
physical_web_data_source_ = CreateIOSChromePhysicalWebDataSource();

Powered by Google App Engine
This is Rietveld 408576698