| Index: chromeos/network/network_state_handler.h
|
| diff --git a/chromeos/network/network_state_handler.h b/chromeos/network/network_state_handler.h
|
| index 07657786b0d7de8f902a22def88f852dc9c3eeef..9c6cc742fd085b5301239b01e7664e6b890231c2 100644
|
| --- a/chromeos/network/network_state_handler.h
|
| +++ b/chromeos/network/network_state_handler.h
|
| @@ -19,6 +19,7 @@
|
| #include "chromeos/network/managed_state.h"
|
| #include "chromeos/network/network_handler.h"
|
| #include "chromeos/network/network_handler_callbacks.h"
|
| +#include "chromeos/network/network_type_pattern.h"
|
| #include "chromeos/network/shill_property_handler.h"
|
|
|
| namespace base {
|
| @@ -37,7 +38,6 @@ class DeviceState;
|
| class NetworkState;
|
| class NetworkStateHandlerObserver;
|
| class NetworkStateHandlerTest;
|
| -class NetworkTypePattern;
|
|
|
| // Class for tracking the list of visible networks and their properties.
|
| //
|
|
|