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

Unified Diff: ash/system/network/tray_network_state_observer.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/tray_network_state_observer.h ('k') | ash/system/network/tray_vpn.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/system/network/tray_network_state_observer.cc
diff --git a/ash/common/system/chromeos/network/tray_network_state_observer.cc b/ash/system/network/tray_network_state_observer.cc
similarity index 93%
rename from ash/common/system/chromeos/network/tray_network_state_observer.cc
rename to ash/system/network/tray_network_state_observer.cc
index b1d990bd48ef8600154f6f5b8e19fb6ea33db9c9..60e05c4500bb9ad127f942141357d169f026fc2f 100644
--- a/ash/common/system/chromeos/network/tray_network_state_observer.cc
+++ b/ash/system/network/tray_network_state_observer.cc
@@ -2,13 +2,13 @@
// 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/tray_network_state_observer.h"
+#include "ash/system/network/tray_network_state_observer.h"
#include <set>
#include <string>
-#include "ash/common/system/chromeos/network/network_icon.h"
-#include "ash/common/system/tray/system_tray.h"
+#include "ash/system/network/network_icon.h"
+#include "ash/system/tray/system_tray.h"
#include "base/location.h"
#include "chromeos/network/network_state.h"
#include "chromeos/network/network_state_handler.h"
« no previous file with comments | « ash/system/network/tray_network_state_observer.h ('k') | ash/system/network/tray_vpn.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698