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

Unified Diff: chrome/browser/ui/ash/ash_util.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
Index: chrome/browser/ui/ash/ash_util.cc
diff --git a/chrome/browser/ui/ash/ash_util.cc b/chrome/browser/ui/ash/ash_util.cc
index fe9eaff1eb4ee918bad1e3af7cd582e5d69c6025..826265117479b7ae253c34ea943e2c8718bb5b9d 100644
--- a/chrome/browser/ui/ash/ash_util.cc
+++ b/chrome/browser/ui/ash/ash_util.cc
@@ -15,9 +15,9 @@
#include "chrome/browser/chromeos/ash_config.h"
#include "chrome/browser/ui/ash/ash_init.h"
#include "content/public/common/service_names.mojom.h"
+#include "services/service_manager/public/cpp/bind_source_info.h"
#include "services/service_manager/public/cpp/binder_registry.h"
#include "services/service_manager/public/cpp/service.h"
-#include "services/service_manager/public/cpp/service_info.h"
#include "services/service_manager/public/interfaces/interface_provider_spec.mojom.h"
#include "ui/aura/window_event_dispatcher.h"
@@ -37,7 +37,7 @@ class EmbeddedAshService : public service_manager::Service {
ash::mojo_interface_factory::RegisterInterfaces(&interfaces_, task_runner_);
}
- void OnBindInterface(const service_manager::ServiceInfo& remote_info,
+ void OnBindInterface(const service_manager::BindSourceInfo& remote_info,
const std::string& interface_name,
mojo::ScopedMessagePipeHandle handle) override {
interfaces_.BindInterface(remote_info.identity, interface_name,
« no previous file with comments | « chrome/browser/prefs/profile_pref_store_manager_unittest.cc ('k') | components/filesystem/file_system_app.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698