// Copyright 2012 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_UI_SEARCH_ENGINES_EDIT_SEARCH_ENGINE_CONTROLLER_H_ #define CHROME_BROWSER_UI_SEARCH_ENGINES_EDIT_SEARCH_ENGINE_CONTROLLER_H_ #include <string> #include "base/memory/raw_ptr.h" #include "ui/gfx/native_widget_types.h" class Profile; class TemplateURL; class EditSearchEngineControllerDelegate { … }; // EditSearchEngineController provides the core platform independent logic // for the Edit Search Engine dialog. class EditSearchEngineController { … }; #endif // CHROME_BROWSER_UI_SEARCH_ENGINES_EDIT_SEARCH_ENGINE_CONTROLLER_H_