| Index: services/resource_coordinator/public/cpp/memory/coordinator.h
|
| diff --git a/services/resource_coordinator/public/cpp/memory/coordinator.h b/services/resource_coordinator/public/cpp/memory/coordinator.h
|
| deleted file mode 100644
|
| index e447d3081915060bc3fc7ae4e2068c98ce38a061..0000000000000000000000000000000000000000
|
| --- a/services/resource_coordinator/public/cpp/memory/coordinator.h
|
| +++ /dev/null
|
| @@ -1,26 +0,0 @@
|
| -// 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.
|
| -
|
| -#ifndef SERVICES_MEMORY_INSTRUMENTATION_PUBLIC_CPP_COORDINATOR_H_
|
| -#define SERVICES_MEMORY_INSTRUMENTATION_PUBLIC_CPP_COORDINATOR_H_
|
| -
|
| -#include "services/resource_coordinator/public/interfaces/memory/memory_instrumentation.mojom.h"
|
| -
|
| -namespace service_manager {
|
| -struct BindSourceInfo;
|
| -}
|
| -
|
| -namespace memory_instrumentation {
|
| -
|
| -class Coordinator {
|
| - public:
|
| - // Binds a CoordinatorRequest to this Coordinator instance.
|
| - virtual void BindCoordinatorRequest(
|
| - const service_manager::BindSourceInfo& source_info,
|
| - mojom::CoordinatorRequest) = 0;
|
| -};
|
| -
|
| -} // namespace memory_instrumentation
|
| -
|
| -#endif // SERVICES_MEMORY_INSTRUMENTATION_PUBLIC_CPP_COORDINATOR_H_
|
|
|