| Index: components/arc/arc_service_manager.h
|
| diff --git a/components/arc/arc_service_manager.h b/components/arc/arc_service_manager.h
|
| index 3ab6308207e53b495695f8a4e8765ada9e35b731..75686d078fd6ecf3db1d7694662cdd3bcb172dfc 100644
|
| --- a/components/arc/arc_service_manager.h
|
| +++ b/components/arc/arc_service_manager.h
|
| @@ -13,6 +13,7 @@ namespace arc {
|
|
|
| class ArcAuthService;
|
| class ArcBridgeService;
|
| +class ArcClipboardBridge;
|
| class ArcInputBridge;
|
| class ArcSettingsBridge;
|
| class ArcPowerBridge;
|
| @@ -39,6 +40,7 @@ class ArcServiceManager {
|
|
|
| // Individual services
|
| scoped_ptr<ArcAuthService> arc_auth_service_;
|
| + scoped_ptr<ArcClipboardBridge> arc_clipboard_bridge_;
|
| scoped_ptr<ArcInputBridge> arc_input_bridge_;
|
| scoped_ptr<ArcSettingsBridge> arc_settings_bridge_;
|
| scoped_ptr<ArcPowerBridge> arc_power_bridge_;
|
|
|