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

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..3efe3ed28cfc9759a9f4987311ac2b7876abd6f1 100644
--- a/chromeos/network/managed_state.h
+++ b/chromeos/network/managed_state.h
@@ -11,9 +11,16 @@
#include <string>
#include "base/compiler_specific.h"
+#include "base/gtest_prod_util.h"
Kyle Horimoto 2017/04/27 01:28:08 Remove.
lesliewatkins 2017/04/28 21:30:43 Done.
#include "base/macros.h"
#include "chromeos/chromeos_export.h"
+namespace ash {
+namespace network_icon {
+class NetworkIconTest;
+}
Ryan Hansberry 2017/04/27 16:32:27 nit: close namespaces with comments. e.g. '} // n
lesliewatkins 2017/04/28 21:30:43 Even for the little namespaces where you can easil
+}
+
namespace base {
class Value;
class DictionaryValue;
@@ -113,6 +120,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