| Index: ash/common/system/chromeos/network/network_list_md.h
|
| diff --git a/ash/system/network/network_list_md.h b/ash/common/system/chromeos/network/network_list_md.h
|
| similarity index 91%
|
| rename from ash/system/network/network_list_md.h
|
| rename to ash/common/system/chromeos/network/network_list_md.h
|
| index 3b4685a83d27be6365332928f19374bcc6446e83..fea2365b4c9d8947d646ee7247ec348a5c7996dc 100644
|
| --- a/ash/system/network/network_list_md.h
|
| +++ b/ash/common/system/chromeos/network/network_list_md.h
|
| @@ -2,8 +2,8 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef ASH_SYSTEM_NETWORK_NETWORK_LIST_MD_H_
|
| -#define ASH_SYSTEM_NETWORK_NETWORK_LIST_MD_H_
|
| +#ifndef ASH_COMMON_SYSTEM_CHROMEOS_NETWORK_NETWORK_LIST_MD_H_
|
| +#define ASH_COMMON_SYSTEM_CHROMEOS_NETWORK_NETWORK_LIST_MD_H_
|
|
|
| #include <map>
|
| #include <memory>
|
| @@ -11,9 +11,9 @@
|
| #include <string>
|
| #include <vector>
|
|
|
| -#include "ash/system/network/network_icon_animation_observer.h"
|
| -#include "ash/system/network/network_info.h"
|
| -#include "ash/system/network/network_list_view_base.h"
|
| +#include "ash/common/system/chromeos/network/network_icon_animation_observer.h"
|
| +#include "ash/common/system/chromeos/network/network_info.h"
|
| +#include "ash/common/system/chromeos/network/network_list_view_base.h"
|
| #include "base/macros.h"
|
| #include "chromeos/network/network_state_handler.h"
|
| #include "chromeos/network/network_type_pattern.h"
|
| @@ -129,4 +129,4 @@ class NetworkListViewMd : public NetworkListViewBase,
|
|
|
| } // namespace ash
|
|
|
| -#endif // ASH_SYSTEM_NETWORK_NETWORK_LIST_MD_H_
|
| +#endif // ASH_COMMON_SYSTEM_CHROMEOS_NETWORK_NETWORK_LIST_MD_H_
|
|
|