chromium/chrome/browser/notifications/scheduler/internal/impression_types_unittest.cc

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

#include "chrome/browser/notifications/scheduler/internal/impression_types.h"
#include "testing/gtest/include/gtest/gtest.h"

namespace notifications {
namespace {

// Verifies equal operator of ClientState.
TEST(ImpressionTypesTest, ClientStateEqual) {}

}  // namespace
}  // namespace notifications