| Index: ash/common/system/chromeos/network/network_list.h
|
| diff --git a/ash/system/network/network_list.h b/ash/common/system/chromeos/network/network_list.h
|
| similarity index 86%
|
| rename from ash/system/network/network_list.h
|
| rename to ash/common/system/chromeos/network/network_list.h
|
| index 7f43e1fbc02d2f2a7f589db4a74469a65ef0b964..2e4090b13290f37fac515e8c422101fa5889bc02 100644
|
| --- a/ash/system/network/network_list.h
|
| +++ b/ash/common/system/chromeos/network/network_list.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_H_
|
| -#define ASH_SYSTEM_NETWORK_NETWORK_LIST_H_
|
| +#ifndef ASH_COMMON_SYSTEM_CHROMEOS_NETWORK_NETWORK_LIST_H_
|
| +#define ASH_COMMON_SYSTEM_CHROMEOS_NETWORK_NETWORK_LIST_H_
|
|
|
| #include <map>
|
| #include <memory>
|
| @@ -11,8 +11,8 @@
|
| #include <string>
|
| #include <vector>
|
|
|
| -#include "ash/system/network/network_icon_animation_observer.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_list_view_base.h"
|
| #include "base/macros.h"
|
| #include "chromeos/network/network_state_handler.h"
|
| #include "ui/gfx/image/image_skia.h"
|
| @@ -76,4 +76,4 @@ class NetworkListView : public NetworkListViewBase,
|
|
|
| } // namespace ash
|
|
|
| -#endif // ASH_SYSTEM_NETWORK_NETWORK_LIST_H_
|
| +#endif // ASH_COMMON_SYSTEM_CHROMEOS_NETWORK_NETWORK_LIST_H_
|
|
|