#include "chrome/browser/vr/elements/indicator_spec.h"
#include "build/build_config.h"
#include "chrome/app/vector_icons/vector_icons.h"
#include "chrome/grit/generated_resources.h"
#include "components/vector_icons/vector_icons.h"
namespace vr {
IndicatorSpec::IndicatorSpec(UiElementName name,
UiElementName webvr_name,
const gfx::VectorIcon& icon,
int resource_string,
int background_resource_string,
int potential_resource_string,
CapturingStateModelMemberPtr signal)
: … { … }
IndicatorSpec::IndicatorSpec(const IndicatorSpec& other)
: … { … }
IndicatorSpec::~IndicatorSpec() { … }
std::vector<IndicatorSpec> GetIndicatorSpecs() { … }
}