Roll src/third_party/WebKit 2085a03:f2395b6 (svn 200318:200329)
[chromium-blink-merge.git] / ash / networking_config_delegate.cc
blobf76390c37e90598ac74035c0b64f63c9119f0e11
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"
7 namespace ash {
9 NetworkingConfigDelegate::ExtensionInfo::ExtensionInfo(const std::string& id,
10 const std::string& name)
11 : extension_id(id), extension_name(name) {
14 NetworkingConfigDelegate::ExtensionInfo::~ExtensionInfo() {
17 } // namespace ash