// Copyright 2016 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_AURA_CLIENT_CAPTURE_CLIENT_OBSERVER_H_ #define UI_AURA_CLIENT_CAPTURE_CLIENT_OBSERVER_H_ #include "ui/aura/aura_export.h" namespace aura { class Window; namespace client { // Used to observe changes in capture. class AURA_EXPORT CaptureClientObserver { … }; } // namespace client } // namespace aura #endif // UI_AURA_CLIENT_CAPTURE_CLIENT_OBSERVER_H_