| Index: ash/common/system/chromeos/network/network_list_md.cc
|
| diff --git a/ash/system/network/network_list_md.cc b/ash/common/system/chromeos/network/network_list_md.cc
|
| similarity index 97%
|
| rename from ash/system/network/network_list_md.cc
|
| rename to ash/common/system/chromeos/network/network_list_md.cc
|
| index 9eb0ea3bec59e4168118d32a7950441b9162c9bb..4fb46745033a8889e55f4da76cf99a49608b21e5 100644
|
| --- a/ash/system/network/network_list_md.cc
|
| +++ b/ash/common/system/chromeos/network/network_list_md.cc
|
| @@ -2,18 +2,18 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "ash/system/network/network_list_md.h"
|
| +#include "ash/common/system/chromeos/network/network_list_md.h"
|
|
|
| #include <stddef.h>
|
|
|
| +#include "ash/common/system/chromeos/network/network_icon.h"
|
| +#include "ash/common/system/chromeos/network/network_icon_animation.h"
|
| +#include "ash/common/system/chromeos/network/network_list_delegate.h"
|
| +#include "ash/common/system/tray/system_menu_button.h"
|
| +#include "ash/common/system/tray/tray_constants.h"
|
| +#include "ash/common/system/tray/tray_popup_item_style.h"
|
| +#include "ash/common/system/tray/tray_popup_utils.h"
|
| #include "ash/strings/grit/ash_strings.h"
|
| -#include "ash/system/network/network_icon.h"
|
| -#include "ash/system/network/network_icon_animation.h"
|
| -#include "ash/system/network/network_list_delegate.h"
|
| -#include "ash/system/tray/system_menu_button.h"
|
| -#include "ash/system/tray/tray_constants.h"
|
| -#include "ash/system/tray/tray_popup_item_style.h"
|
| -#include "ash/system/tray/tray_popup_utils.h"
|
| #include "base/memory/ptr_util.h"
|
| #include "chromeos/dbus/dbus_thread_manager.h"
|
| #include "chromeos/dbus/power_manager/power_supply_properties.pb.h"
|
|
|