chromium/content/browser/screen_details/screen_change_monitor.h

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

#ifndef CONTENT_BROWSER_SCREEN_DETAILS_SCREEN_CHANGE_MONITOR_H_
#define CONTENT_BROWSER_SCREEN_DETAILS_SCREEN_CHANGE_MONITOR_H_

#include <vector>

#include "base/functional/callback.h"
#include "ui/display/display_observer.h"

namespace content {

// Monitors system screen information and runs a callback on changes.
class ScreenChangeMonitor : public display::DisplayObserver {};

}  // namespace content

#endif  // CONTENT_BROWSER_SCREEN_DETAILS_SCREEN_CHANGE_MONITOR_H_