blob: ee25a2f0b610c83f6651c48282559b07aca97292 [file] [log] [blame]
// Copyright 2014 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_WEBUI_CHROMEOS_LOGIN_POLYMER_RESOURCES_MAP_H_
#define CHROME_BROWSER_UI_WEBUI_CHROMEOS_LOGIN_POLYMER_RESOURCES_MAP_H_
#include <string>
#include <utility>
#include <vector>
namespace chromeos {
std::vector<std::pair<std::string, int>> GetPolymerResourcesMap();
} // namespace chromeos
#endif // CHROME_BROWSER_UI_WEBUI_CHROMEOS_LOGIN_POLYMER_RESOURCES_MAP_H_