chromium/chrome/browser/extensions/menu_manager_test_observer.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 CHROME_BROWSER_EXTENSIONS_MENU_MANAGER_TEST_OBSERVER_H_
#define CHROME_BROWSER_EXTENSIONS_MENU_MANAGER_TEST_OBSERVER_H_

#include "base/memory/raw_ptr.h"
#include "chrome/browser/extensions/menu_manager.h"

#include <set>

#include "base/run_loop.h"
#include "base/scoped_observation.h"
#include "extensions/common/extension_id.h"

namespace extensions {

class MenuManagerTestObserver : public MenuManager::TestObserver {};

}  // namespace extensions

#endif  // CHROME_BROWSER_EXTENSIONS_MENU_MANAGER_TEST_OBSERVER_H_