chromium/ui/views/window/dialog_observer.h

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

#ifndef UI_VIEWS_WINDOW_DIALOG_OBSERVER_H_
#define UI_VIEWS_WINDOW_DIALOG_OBSERVER_H_

#include "ui/views/views_export.h"

namespace views {

// Allows properties on a DialogDelegate to be observed.
class VIEWS_EXPORT DialogObserver {};

}  // namespace views

#endif  // UI_VIEWS_WINDOW_DIALOG_OBSERVER_H_