chromium/ios/chrome/app/search_engine_choice_app_agent.h

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

#ifndef IOS_CHROME_APP_SEARCH_ENGINE_CHOICE_APP_AGENT_H_
#define IOS_CHROME_APP_SEARCH_ENGINE_CHOICE_APP_AGENT_H_

#import "ios/chrome/app/application_delegate/observing_app_state_agent.h"

// App agent that triggers the search engine choice screen when necessary.
@interface SearchEngineChoiceAppAgent : SceneObservingAppAgent

@end

#endif  // IOS_CHROME_APP_SEARCH_ENGINE_CHOICE_APP_AGENT_H_