chromium/chrome/browser/media/webrtc/test_stats_dictionary.h

// Copyright 2016 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#ifndef CHROME_BROWSER_MEDIA_WEBRTC_TEST_STATS_DICTIONARY_H_
#define CHROME_BROWSER_MEDIA_WEBRTC_TEST_STATS_DICTIONARY_H_

#include <functional>
#include <string>
#include <vector>

#include "base/memory/raw_ptr.h"
#include "base/memory/ref_counted.h"
#include "base/values.h"

namespace content {

class TestStatsDictionary;

class TestStatsReportDictionary
    : public base::RefCounted<TestStatsReportDictionary> {};

class TestStatsDictionary {};

}  // namespace content

#endif  // CHROME_BROWSER_MEDIA_WEBRTC_TEST_STATS_DICTIONARY_H_