Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 // Copyright 2016 The Chromium Authors. All rights reserved. | 1 // Copyright 2016 The Chromium Authors. All rights reserved. |
|
Ken Rockot(use gerrit already)
2017/05/04 03:53:34
Unintentional file copy?
| |
| 2 // Use of this source code is governed by a BSD-style license that can be | 2 // Use of this source code is governed by a BSD-style license that can be |
| 3 // found in the LICENSE file. | 3 // found in the LICENSE file. |
| 4 | 4 |
| 5 #ifndef SERVICES_SERVICE_MANAGER_PUBLIC_CPP_LIB_CONNECTOR_IMPL_H_ | 5 #ifndef SERVICES_SERVICE_MANAGER_PUBLIC_CPP_LIB_CONNECTOR_IMPL_H_ |
| 6 #define SERVICES_SERVICE_MANAGER_PUBLIC_CPP_LIB_CONNECTOR_IMPL_H_ | 6 #define SERVICES_SERVICE_MANAGER_PUBLIC_CPP_LIB_CONNECTOR_IMPL_H_ |
| 7 | 7 |
| 8 #include <map> | 8 #include <map> |
| 9 #include <memory> | 9 #include <memory> |
| 10 | 10 |
| 11 #include "base/callback.h" | 11 #include "base/callback.h" |
| (...skipping 52 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 64 Connector::StartServiceCallback start_service_callback_; | 64 Connector::StartServiceCallback start_service_callback_; |
| 65 | 65 |
| 66 base::WeakPtrFactory<ConnectorImpl> weak_factory_; | 66 base::WeakPtrFactory<ConnectorImpl> weak_factory_; |
| 67 | 67 |
| 68 DISALLOW_COPY_AND_ASSIGN(ConnectorImpl); | 68 DISALLOW_COPY_AND_ASSIGN(ConnectorImpl); |
| 69 }; | 69 }; |
| 70 | 70 |
| 71 } // namespace service_manager | 71 } // namespace service_manager |
| 72 | 72 |
| 73 #endif // SERVICES_SERVICE_MANAGER_PUBLIC_CPP_LIB_CONNECTOR_IMPL_H_ | 73 #endif // SERVICES_SERVICE_MANAGER_PUBLIC_CPP_LIB_CONNECTOR_IMPL_H_ |
| OLD | NEW |