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

Unified Diff: components/arc/arc_service_manager.cc

Issue 1843563003: Move arc_intent_helper_bridge.h from c/b/chromeos/ to components/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Address a comment Created 4 years, 9 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 | « components/arc/BUILD.gn ('k') | components/arc/intent_helper/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/arc/arc_service_manager.cc
diff --git a/components/arc/arc_service_manager.cc b/components/arc/arc_service_manager.cc
index 10388a2aa05008eb927ae61052d97be70c7b5005..189d9424ed3bf9322909c94dadb6fb40f2c4691b 100644
--- a/components/arc/arc_service_manager.cc
+++ b/components/arc/arc_service_manager.cc
@@ -12,6 +12,7 @@
#include "components/arc/crash_collector/arc_crash_collector_bridge.h"
#include "components/arc/ime/arc_ime_service.h"
#include "components/arc/input/arc_input_bridge.h"
+#include "components/arc/intent_helper/arc_intent_helper_bridge.h"
#include "components/arc/metrics/arc_metrics_service.h"
#include "components/arc/net/arc_net_host_impl.h"
#include "components/arc/power/arc_power_bridge.h"
@@ -37,6 +38,7 @@ ArcServiceManager::ArcServiceManager()
make_scoped_ptr(new ArcCrashCollectorBridge(arc_bridge_service())));
AddService(make_scoped_ptr(new ArcImeService(arc_bridge_service())));
AddService(make_scoped_ptr(new ArcInputBridge(arc_bridge_service())));
+ AddService(make_scoped_ptr(new ArcIntentHelperBridge(arc_bridge_service())));
AddService(make_scoped_ptr(new ArcMetricsService(arc_bridge_service())));
AddService(make_scoped_ptr(new ArcNetHostImpl(arc_bridge_service())));
AddService(make_scoped_ptr(new ArcPowerBridge(arc_bridge_service())));
« no previous file with comments | « components/arc/BUILD.gn ('k') | components/arc/intent_helper/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698