Upstream version 5.34.98.0
[platform/framework/web/crosswalk.git] / src / ash / launcher / launcher_types.cc
1 // Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
4
5 #include "ash/launcher/launcher_types.h"
6
7 #include "ash/shelf/shelf_constants.h"
8
9 namespace ash {
10
11 LauncherItem::LauncherItem()
12     : type(TYPE_UNDEFINED),
13       id(kInvalidShelfID),
14       status(STATUS_CLOSED) {
15 }
16
17 LauncherItem::~LauncherItem() {
18 }
19
20 }  // namespace ash