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

Unified Diff: chrome/browser/prefs/profile_pref_store_manager_unittest.cc

Issue 2850743004: Replace ServiceInfo with BindSourceInfo. (Closed)
Patch Set: . Created 3 years, 8 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
« no previous file with comments | « chrome/browser/prefs/active_profile_pref_service.cc ('k') | chrome/browser/ui/ash/ash_util.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/prefs/profile_pref_store_manager_unittest.cc
diff --git a/chrome/browser/prefs/profile_pref_store_manager_unittest.cc b/chrome/browser/prefs/profile_pref_store_manager_unittest.cc
index 09047f3a4c0916189454bb53b98af4b856991c98..51259135263d2c5733a2878682a4cb250b240c64 100644
--- a/chrome/browser/prefs/profile_pref_store_manager_unittest.cc
+++ b/chrome/browser/prefs/profile_pref_store_manager_unittest.cc
@@ -409,10 +409,10 @@ class ProfilePrefStoreManagerTest : public testing::TestWithParam<bool>,
void BindInterface(const std::string& interface_name,
mojo::ScopedMessagePipeHandle handle) {
- service_manager::ServiceInfo source(
+ service_manager::BindSourceInfo source(
service_manager::Identity(content::mojom::kBrowserServiceName,
service_manager::mojom::kRootUserID),
- service_manager::InterfaceProviderSpecMap());
+ service_manager::CapabilitySet());
static_cast<service_manager::mojom::Service*>(pref_service_context_.get())
->OnBindInterface(source, interface_name, std::move(handle),
base::Bind(&base::DoNothing));
« no previous file with comments | « chrome/browser/prefs/active_profile_pref_service.cc ('k') | chrome/browser/ui/ash/ash_util.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698