Index: services/shell/service_manager.h |
diff --git a/services/shell/service_manager.h b/services/shell/service_manager.h |
index 5357d74d901e662d0b4970abaac59cf13734c1a3..b6226f14800fb1a92e56757185eec35ca1d1b8f9 100644 |
--- a/services/shell/service_manager.h |
+++ b/services/shell/service_manager.h |
@@ -109,7 +109,7 @@ class ServiceManager : public Service { |
// running as a different user if one is available that services all users. |
Instance* GetExistingInstance(const Identity& identity) const; |
- void NotifyPIDAvailable(uint32_t id, base::ProcessId pid); |
+ void NotifyPIDAvailable(const Identity& identity, base::ProcessId pid); |
// Attempt to complete the connection requested by |params| by connecting to |
// an existing instance. If there is an existing instance, |params| is taken, |