blob: 1c8a745d55ad94d720109b773742ab5d8e0a43ad [file] [log] [blame]
// Copyright 2014 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#include "ui/aura/window_observer.h"
#include "base/logging.h"
namespace aura {
WindowObserver::WindowObserver() = default;
WindowObserver::~WindowObserver() {
CHECK(!IsInObserverList());
}
} // namespace aura