chromium/content/browser/xr/metrics/session_tracker_unittest.cc

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

#include "content/browser/xr/metrics/session_tracker.h"
#include "testing/gtest/include/gtest/gtest.h"

namespace content {

class FakeUkmEvent {};

class SessionTrackerTest : public testing::Test {};

TEST_F(SessionTrackerTest, SessionTrackerGetRoundedDurationInSeconds) {}

}  // namespace content