| Index: ash/system/network/network_state_list_detailed_view.cc
|
| diff --git a/ash/common/system/chromeos/network/network_state_list_detailed_view.cc b/ash/system/network/network_state_list_detailed_view.cc
|
| similarity index 94%
|
| rename from ash/common/system/chromeos/network/network_state_list_detailed_view.cc
|
| rename to ash/system/network/network_state_list_detailed_view.cc
|
| index 99332efcd74e48c49c0b7a106ec87698148d7268..1869b14cd5d45f07019c2ecc356f620a8e3949b4 100644
|
| --- a/ash/common/system/chromeos/network/network_state_list_detailed_view.cc
|
| +++ b/ash/system/network/network_state_list_detailed_view.cc
|
| @@ -2,39 +2,39 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "ash/common/system/chromeos/network/network_state_list_detailed_view.h"
|
| +#include "ash/system/network/network_state_list_detailed_view.h"
|
|
|
| #include <algorithm>
|
| #include <vector>
|
|
|
| -#include "ash/common/ash_constants.h"
|
| -#include "ash/common/material_design/material_design_controller.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_info.h"
|
| -#include "ash/common/system/chromeos/network/network_list.h"
|
| -#include "ash/common/system/chromeos/network/network_list_md.h"
|
| -#include "ash/common/system/chromeos/network/network_list_view_base.h"
|
| -#include "ash/common/system/chromeos/network/tray_network_state_observer.h"
|
| -#include "ash/common/system/chromeos/network/vpn_list_view.h"
|
| -#include "ash/common/system/networking_config_delegate.h"
|
| -#include "ash/common/system/tray/fixed_sized_image_view.h"
|
| -#include "ash/common/system/tray/hover_highlight_view.h"
|
| -#include "ash/common/system/tray/system_menu_button.h"
|
| -#include "ash/common/system/tray/system_tray.h"
|
| -#include "ash/common/system/tray/system_tray_controller.h"
|
| -#include "ash/common/system/tray/system_tray_delegate.h"
|
| -#include "ash/common/system/tray/throbber_view.h"
|
| -#include "ash/common/system/tray/tray_constants.h"
|
| -#include "ash/common/system/tray/tray_details_view.h"
|
| -#include "ash/common/system/tray/tray_popup_header_button.h"
|
| -#include "ash/common/system/tray/tri_view.h"
|
| -#include "ash/common/wm_shell.h"
|
| -#include "ash/common/wm_window.h"
|
| +#include "ash/ash_constants.h"
|
| +#include "ash/material_design/material_design_controller.h"
|
| #include "ash/public/cpp/shell_window_ids.h"
|
| #include "ash/resources/grit/ash_resources.h"
|
| #include "ash/root_window_controller.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_info.h"
|
| +#include "ash/system/network/network_list.h"
|
| +#include "ash/system/network/network_list_md.h"
|
| +#include "ash/system/network/network_list_view_base.h"
|
| +#include "ash/system/network/tray_network_state_observer.h"
|
| +#include "ash/system/network/vpn_list_view.h"
|
| +#include "ash/system/networking_config_delegate.h"
|
| +#include "ash/system/tray/fixed_sized_image_view.h"
|
| +#include "ash/system/tray/hover_highlight_view.h"
|
| +#include "ash/system/tray/system_menu_button.h"
|
| +#include "ash/system/tray/system_tray.h"
|
| +#include "ash/system/tray/system_tray_controller.h"
|
| +#include "ash/system/tray/system_tray_delegate.h"
|
| +#include "ash/system/tray/throbber_view.h"
|
| +#include "ash/system/tray/tray_constants.h"
|
| +#include "ash/system/tray/tray_details_view.h"
|
| +#include "ash/system/tray/tray_popup_header_button.h"
|
| +#include "ash/system/tray/tri_view.h"
|
| +#include "ash/wm_shell.h"
|
| +#include "ash/wm_window.h"
|
| #include "base/command_line.h"
|
| #include "base/strings/string_number_conversions.h"
|
| #include "base/strings/utf_string_conversions.h"
|
|
|