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

Unified Diff: components/arc/metrics/arc_metrics_service.h

Issue 1885683005: Add module suffix in .mojom files for components/arc (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase only Created 4 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: components/arc/metrics/arc_metrics_service.h
diff --git a/components/arc/metrics/arc_metrics_service.h b/components/arc/metrics/arc_metrics_service.h
index ae3b76411b64891194da2f10a09617fd24b48990..b37de1686e130b4b08e965fa1ac2e0333606debf 100644
--- a/components/arc/metrics/arc_metrics_service.h
+++ b/components/arc/metrics/arc_metrics_service.h
@@ -30,7 +30,8 @@ class ArcMetricsService : public ArcService,
private:
bool CalledOnValidThread();
void RequestProcessList();
- void ParseProcessList(mojo::Array<arc::RunningAppProcessInfoPtr> processes);
+ void ParseProcessList(
+ mojo::Array<arc::mojom::RunningAppProcessInfoPtr> processes);
base::ThreadChecker thread_checker_;
base::RepeatingTimer timer_;
« no previous file with comments | « components/arc/intent_helper/arc_intent_helper_bridge.h ('k') | components/arc/metrics/arc_metrics_service.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698