1 // Copyright 2015 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.
5 #include "ash/networking_config_delegate.h"
9 NetworkingConfigDelegate::ExtensionInfo::ExtensionInfo(const std::string
& id
,
10 const std::string
& name
)
11 : extension_id(id
), extension_name(name
) {
14 NetworkingConfigDelegate::ExtensionInfo::~ExtensionInfo() {