| Index: ash/common/system/chromeos/network/network_info.cc
|
| diff --git a/ui/chromeos/network/network_info.cc b/ash/common/system/chromeos/network/network_info.cc
|
| similarity index 74%
|
| rename from ui/chromeos/network/network_info.cc
|
| rename to ash/common/system/chromeos/network/network_info.cc
|
| index 3f921dcd3c2a379bc9898d981c87d636fe28323f..c07d19d0dcd27d2706fabf93874ffb8ef970b967 100644
|
| --- a/ui/chromeos/network/network_info.cc
|
| +++ b/ash/common/system/chromeos/network/network_info.cc
|
| @@ -2,16 +2,15 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "ui/chromeos/network/network_info.h"
|
| +#include "ash/common/system/chromeos/network/network_info.h"
|
|
|
| -namespace ui {
|
| +namespace ash {
|
|
|
| NetworkInfo::NetworkInfo() : disable(false), highlight(false), is_wifi(false) {}
|
|
|
| NetworkInfo::NetworkInfo(const std::string& path)
|
| : service_path(path), disable(false), highlight(false), is_wifi(false) {}
|
|
|
| -NetworkInfo::~NetworkInfo() {
|
| -}
|
| +NetworkInfo::~NetworkInfo() {}
|
|
|
| -} // namespace ui
|
| +} // namespace ash
|
|
|