// Copyright 2015 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_RLZ_RLZ_TRACKER_DELEGATE_H_ #define COMPONENTS_RLZ_RLZ_TRACKER_DELEGATE_H_ #include <string> #include "base/functional/callback_forward.h" #include "base/memory/scoped_refptr.h" namespace network { class SharedURLLoaderFactory; } // namespace network namespace rlz { // RLZTrackerDelegate is an abstract interface that provides access to embedder // specific singletons or gives information about the embedder environment. class RLZTrackerDelegate { … }; } // namespace rlz #endif // COMPONENTS_RLZ_RLZ_TRACKER_DELEGATE_H_