// Copyright 2022 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef COMPONENTS_FEED_CORE_V2_OPERATION_TOKEN_H_ #define COMPONENTS_FEED_CORE_V2_OPERATION_TOKEN_H_ #include "base/memory/weak_ptr.h" namespace feed { // A copyable object which Tracks whether or not an `Operation` is alive. class OperationToken { … }; } // namespace feed #endif // COMPONENTS_FEED_CORE_V2_OPERATION_TOKEN_H_