blob: c0e98199d90d77fa8d479e85a508238a1a0f1608 [file] [log] [blame]
// Copyright 2017 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.
// vector_icons.cc.template is used to generate vector_icons.cc. Edit the former
// rather than the latter.
#include "ui/views/vector_icons.h"
#include "base/logging.h"
#include "ui/gfx/vector_icon_types.h"
#include "components/vector_icons/cc_macros.h"
namespace views {
using namespace gfx;
TEMPLATE_PLACEHOLDER
}