#ifndef CONTENT_PUBLIC_TEST_TEST_AGGREGATION_SERVICE_H_
#define CONTENT_PUBLIC_TEST_TEST_AGGREGATION_SERVICE_H_
#include <memory>
#include <string>
#include <vector>
#include "base/functional/callback_forward.h"
#include "base/values.h"
#include "third_party/abseil-cpp/absl/numeric/int128.h"
#include "url/origin.h"
class GURL;
template <class T>
class scoped_refptr;
namespace base {
class Clock;
class FilePath;
}
namespace network {
class SharedURLLoaderFactory;
}
namespace content {
class TestAggregationService { … };
}
#endif