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

Unified Diff: chromeos/network/managed_state.h

Issue 2819303002: Changed wifi arcs to mobile bars for Tether network. (Closed)
Patch Set: khorimoto@ comments Created 3 years, 8 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
Index: chromeos/network/managed_state.h
diff --git a/chromeos/network/managed_state.h b/chromeos/network/managed_state.h
index 9573af70809a756a89cd7341ad353e0fc9425d8a..aa377655241a746199f162b6cb23fc3c6241d5eb 100644
--- a/chromeos/network/managed_state.h
+++ b/chromeos/network/managed_state.h
@@ -14,6 +14,12 @@
#include "base/macros.h"
#include "chromeos/chromeos_export.h"
+namespace ash {
+namespace network_icon {
+class NetworkIconTest;
+}
+}
+
namespace base {
class Value;
class DictionaryValue;
@@ -113,6 +119,7 @@ class CHROMEOS_EXPORT ManagedState {
private:
friend class NetworkChangeNotifierChromeosUpdateTest;
friend class NetworkStateHandler;
+ friend class ash::network_icon::NetworkIconTest;
ManagedType managed_type_;

Powered by Google App Engine
This is Rietveld 408576698