8158d9aff6289a05d68117fa3d3c69a63c2c262a
[platform/framework/web/crosswalk-tizen.git] / src / extension / extension.cc
1 // Copyright 2015 Samsung Electronics Co, Ltd. 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 "extension/extension.h"
6
7 namespace wrt {
8
9 Extension::Extension() {
10 }
11
12 Extension::~Extension() {
13 }
14
15
16 }  // namespace wrt
17