chromium/components/payments/content/web_app_manifest.h

// Copyright 2017 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#ifndef COMPONENTS_PAYMENTS_CONTENT_WEB_APP_MANIFEST_H_
#define COMPONENTS_PAYMENTS_CONTENT_WEB_APP_MANIFEST_H_

#include <stdint.h>

#include <string>
#include <vector>

#include "content/public/browser/supported_delegations.h"
#include "third_party/skia/include/core/SkBitmap.h"

namespace payments {

struct WebAppManifestSection {};

struct WebAppInstallationInfo {};

}  // namespace payments

#endif  // COMPONENTS_PAYMENTS_CONTENT_WEB_APP_MANIFEST_H_