// 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 COMPONENTS_OMNIBOX_BROWSER_LOCATION_BAR_MODEL_DELEGATE_H_ #define COMPONENTS_OMNIBOX_BROWSER_LOCATION_BAR_MODEL_DELEGATE_H_ #include <memory> #include <string> #include "base/memory/ref_counted.h" #include "components/security_state/core/security_state.h" class AutocompleteClassifier; class GURL; class TemplateURLService; namespace gfx { struct VectorIcon; } namespace net { class X509Certificate; } // Delegate which is used by LocationBarModel class. class LocationBarModelDelegate { … }; #endif // COMPONENTS_OMNIBOX_BROWSER_LOCATION_BAR_MODEL_DELEGATE_H_