| Index: ash/common/system/chromeos/network/network_icon.cc
|
| diff --git a/ash/system/network/network_icon.cc b/ash/common/system/chromeos/network/network_icon.cc
|
| similarity index 99%
|
| rename from ash/system/network/network_icon.cc
|
| rename to ash/common/system/chromeos/network/network_icon.cc
|
| index 256fe23f451433b8fae5ed13d8e91e84e64fb7c9..d4297bc2a4e1dfafa00b9c222e17dddf0d3b0cfa 100644
|
| --- a/ash/system/network/network_icon.cc
|
| +++ b/ash/common/system/chromeos/network/network_icon.cc
|
| @@ -2,14 +2,14 @@
|
| // 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_icon.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_icon_animation_observer.h"
|
| +#include "ash/common/system/tray/tray_constants.h"
|
| #include "ash/resources/grit/ash_resources.h"
|
| #include "ash/resources/vector_icons/vector_icons.h"
|
| #include "ash/strings/grit/ash_strings.h"
|
| -#include "ash/system/network/network_icon_animation.h"
|
| -#include "ash/system/network/network_icon_animation_observer.h"
|
| -#include "ash/system/tray/tray_constants.h"
|
| #include "base/macros.h"
|
| #include "base/strings/utf_string_conversions.h"
|
| #include "chromeos/network/device_state.h"
|
|
|