chromium/chrome/browser/device_notifications/device_status_icon_unittest.h

// Copyright 2023 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_DEVICE_NOTIFICATIONS_DEVICE_STATUS_ICON_UNITTEST_H_
#define CHROME_BROWSER_DEVICE_NOTIFICATIONS_DEVICE_STATUS_ICON_UNITTEST_H_

#include <string>

#include "chrome/browser/device_notifications/device_system_tray_icon_unittest.h"
#include "chrome/browser/status_icons/status_icon_menu_model.h"

class DeviceStatusIconTestBase : public DeviceSystemTrayIconTestBase {};

#endif  // CHROME_BROWSER_DEVICE_NOTIFICATIONS_DEVICE_STATUS_ICON_UNITTEST_H_