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

Unified Diff: chromeos/network/managed_state.h

Issue 2819303002: Changed wifi arcs to mobile bars for Tether network. (Closed)
Patch Set: Fixed small typo preventing unit tests from building. Created 3 years, 7 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..399b5b361d75a03fa82edc48121ea010b8191a0d 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 network_icon
+} // namesapce ash
+
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