| // Copyright (c) 2020 The Chromium Authors. All rights reserved. |
| // Use of this source code is governed by a BSD-style license that can be |
| // found in the LICENSE file. |
| |
| #ifndef CHROME_BROWSER_UI_AUTOFILL_AUTOFILL_POPUP_CONTROLLER_UTILS_H_ |
| #define CHROME_BROWSER_UI_AUTOFILL_AUTOFILL_POPUP_CONTROLLER_UTILS_H_ |
| |
| #include <string> |
| #include <utility> |
| |
| namespace autofill { |
| |
| // Returns the icon resource id corresponding to the |resource_name|. |
| int GetIconResourceID(const std::string& resource_name); |
| |
| } // namespace autofill |
| |
| #endif // CHROME_BROWSER_UI_AUTOFILL_AUTOFILL_POPUP_CONTROLLER_UTILS_H_ |