| Index: ash/common/system/chromeos/network/network_list_delegate.h
|
| diff --git a/ash/system/network/network_list_delegate.h b/ash/common/system/chromeos/network/network_list_delegate.h
|
| similarity index 88%
|
| rename from ash/system/network/network_list_delegate.h
|
| rename to ash/common/system/chromeos/network/network_list_delegate.h
|
| index d64901cd4c4ccc1ca2a3c9fffabb1fb5f271a7d3..aaf3c42d4a3e962eaddfb1d59604249b61e74518 100644
|
| --- a/ash/system/network/network_list_delegate.h
|
| +++ b/ash/common/system/chromeos/network/network_list_delegate.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_DELEGATE_H_
|
| -#define ASH_SYSTEM_NETWORK_NETWORK_LIST_DELEGATE_H_
|
| +#ifndef ASH_COMMON_SYSTEM_CHROMEOS_NETWORK_NETWORK_LIST_DELEGATE_H_
|
| +#define ASH_COMMON_SYSTEM_CHROMEOS_NETWORK_NETWORK_LIST_DELEGATE_H_
|
|
|
| namespace chromeos {
|
| class NetworkTypePattern;
|
| @@ -52,4 +52,4 @@ class NetworkListDelegate {
|
|
|
| } // namespace ash
|
|
|
| -#endif // ASH_SYSTEM_NETWORK_NETWORK_LIST_DELEGATE_H_
|
| +#endif // ASH_COMMON_SYSTEM_CHROMEOS_NETWORK_NETWORK_LIST_DELEGATE_H_
|
|
|