blob: a02c5807c54762e23f73b7df771086ccff43dc16 [file] [log] [blame]
// Copyright 2019 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.
#include "chrome/browser/media/router/providers/cast/mirroring_activity_record.h"
#include "testing/gtest/include/gtest/gtest.h"
using mirroring::mojom::CastMessagePtr;
using mirroring::mojom::SessionError;
namespace media_router {
class MirroringActivityRecordTest : public testing::Test {
public:
MirroringActivityRecordTest() {
// TODO(jrw)
}
~MirroringActivityRecordTest() override {
// TODO(jrw)
}
};
} // namespace media_router