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

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

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.h
diff --git a/ios/chrome/test/testing_application_context.h b/ios/chrome/test/testing_application_context.h
index 53909da1283b3c1bd95a075f30db32faeeb7cbc0..0f6af8e4deedaf4bc5a475f9c7bd5cdcfa5e47fd 100644
--- a/ios/chrome/test/testing_application_context.h
+++ b/ios/chrome/test/testing_application_context.h
@@ -49,7 +49,7 @@ class TestingApplicationContext : public ApplicationContext {
component_updater::ComponentUpdateService* GetComponentUpdateService()
override;
CRLSetFetcher* GetCRLSetFetcher() override;
- PhysicalWebDataSource* GetPhysicalWebDataSource() override;
+ physical_web::PhysicalWebDataSource* GetPhysicalWebDataSource() override;
private:
base::ThreadChecker thread_checker_;

Powered by Google App Engine
This is Rietveld 408576698