summaryrefslogtreecommitdiffstats
path: root/chrome/common/web_application_info.cc
blob: c1cff5a1272b3c9bd7c59d9202e7e820a5efbea4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
// Copyright (c) 2013 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.

#include "chrome/common/web_application_info.h"

WebApplicationInfo::IconInfo::IconInfo() : width(0), height(0) {
}

WebApplicationInfo::IconInfo::~IconInfo() {
}

WebApplicationInfo::WebApplicationInfo() {
}

WebApplicationInfo::~WebApplicationInfo() {
}