#ifndef CHROME_BROWSER_EXTENSIONS_CHROME_EXTENSION_TEST_NOTIFICATION_OBSERVER_H_
#define CHROME_BROWSER_EXTENSIONS_CHROME_EXTENSION_TEST_NOTIFICATION_OBSERVER_H_
#include "base/memory/raw_ptr.h"
#include "chrome/browser/extensions/api/extension_action/extension_action_api.h"
#include "extensions/common/extension_id.h"
#include "extensions/test/extension_test_notification_observer.h"
class Browser;
namespace content {
class BrowserContext;
}
namespace extensions {
class ChromeExtensionTestNotificationObserver
: public ExtensionTestNotificationObserver,
public ExtensionActionAPI::Observer { … };
}
#endif