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

Unified Diff: ios/chrome/test/testing_application_context.mm

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/test/testing_application_context.mm
diff --git a/ios/chrome/test/testing_application_context.mm b/ios/chrome/test/testing_application_context.mm
index e03bd89ac4fcd032a5bc6f9efcdeb53adafee28e..162f02344ec1bb972d460a6c929ee9d672d39982 100644
--- a/ios/chrome/test/testing_application_context.mm
+++ b/ios/chrome/test/testing_application_context.mm
@@ -155,7 +155,8 @@ CRLSetFetcher* TestingApplicationContext::GetCRLSetFetcher() {
return nullptr;
}
-PhysicalWebDataSource* TestingApplicationContext::GetPhysicalWebDataSource() {
+physical_web::PhysicalWebDataSource*
+TestingApplicationContext::GetPhysicalWebDataSource() {
DCHECK(thread_checker_.CalledOnValidThread());
return nullptr;
}

Powered by Google App Engine
This is Rietveld 408576698