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

Unified Diff: services/resource_coordinator/public/cpp/resource_coordinator_interface.h

Issue 2958133003: Enable GRC
Patch Set: Rebase Created 3 years, 5 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/public/cpp/resource_coordinator_interface.h
diff --git a/services/resource_coordinator/public/cpp/resource_coordinator_interface.h b/services/resource_coordinator/public/cpp/resource_coordinator_interface.h
index b14751058f55cd1342b2d9f920486519ab76418e..8c5498c6f773335cf38747b0816b156755b43329 100644
--- a/services/resource_coordinator/public/cpp/resource_coordinator_interface.h
+++ b/services/resource_coordinator/public/cpp/resource_coordinator_interface.h
@@ -30,9 +30,6 @@ class SERVICES_RESOURCE_COORDINATOR_PUBLIC_CPP_EXPORT
ResourceCoordinatorInterface(service_manager::Connector* connector,
const CoordinationUnitType& type,
const std::string& id);
- ResourceCoordinatorInterface(service_manager::Connector* connector,
- const CoordinationUnitType& type,
- uint64_t id);
~ResourceCoordinatorInterface();

Powered by Google App Engine
This is Rietveld 408576698