Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2723)

Unified Diff: ash/system/network/network_icon.cc

Issue 2732813002: chromeos: Move files in //ash/common to //ash, part 1 (Closed)
Patch Set: rebase Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ash/system/network/network_icon.h ('k') | ash/system/network/network_icon_animation.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/system/network/network_icon.cc
diff --git a/ash/common/system/chromeos/network/network_icon.cc b/ash/system/network/network_icon.cc
similarity index 99%
rename from ash/common/system/chromeos/network/network_icon.cc
rename to ash/system/network/network_icon.cc
index d4297bc2a4e1dfafa00b9c222e17dddf0d3b0cfa..256fe23f451433b8fae5ed13d8e91e84e64fb7c9 100644
--- a/ash/common/system/chromeos/network/network_icon.cc
+++ b/ash/system/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/common/system/chromeos/network/network_icon.h"
+#include "ash/system/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"
« no previous file with comments | « ash/system/network/network_icon.h ('k') | ash/system/network/network_icon_animation.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698