blob: 603bcd14fcab548ffefbea92daf930be7258e4b7 [file] [log] [blame]
// Copyright 2020 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_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_