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

Unified Diff: services/resource_coordinator/coordination_unit/coordination_unit_graph_observer.cc

Issue 2942403002: [GRC] Coordination Unit Graph Observer (Closed)
Patch Set: Rebase Created 3 years, 6 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: services/resource_coordinator/coordination_unit/coordination_unit_graph_observer.cc
diff --git a/services/resource_coordinator/coordination_unit/coordination_unit_graph_observer.cc b/services/resource_coordinator/coordination_unit/coordination_unit_graph_observer.cc
new file mode 100644
index 0000000000000000000000000000000000000000..fc69dab319b771a5bd274e4a3b3aaa2bd7140b0e
--- /dev/null
+++ b/services/resource_coordinator/coordination_unit/coordination_unit_graph_observer.cc
@@ -0,0 +1,15 @@
+// Copyright 2017 The Chromium Authors. All rights reserved.
+// Use of this source code is governed by a BSD-style license that can be
+// found in the LICENSE file.
+
+#include "services/resource_coordinator/coordination_unit/coordination_unit_graph_observer.h"
+
+#include "services/resource_coordinator/public/cpp/coordination_unit_types.h"
+
+namespace resource_coordinator {
+
+CoordinationUnitGraphObserver::CoordinationUnitGraphObserver() = default;
+
+CoordinationUnitGraphObserver::~CoordinationUnitGraphObserver() = default;
+
+} // namespace resource_coordinator

Powered by Google App Engine
This is Rietveld 408576698