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

Unified Diff: chrome/test/base/testing_browser_process.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: chrome/test/base/testing_browser_process.cc
diff --git a/chrome/test/base/testing_browser_process.cc b/chrome/test/base/testing_browser_process.cc
index 50d08b809e3cd298366f67fe4e85b56fa42c1826..483e99dfd41351f67644ca7d7f5fb416b30f1ace 100644
--- a/chrome/test/base/testing_browser_process.cc
+++ b/chrome/test/base/testing_browser_process.cc
@@ -386,7 +386,7 @@ TestingBrowserProcess::CachedDefaultWebClientState() {
return shell_integration::UNKNOWN_DEFAULT;
}
-PhysicalWebDataSource*
+physical_web::PhysicalWebDataSource*
TestingBrowserProcess::GetPhysicalWebDataSource() {
return nullptr;
}

Powered by Google App Engine
This is Rietveld 408576698