| Index: chromeos/network/network_state.cc
|
| diff --git a/chromeos/network/network_state.cc b/chromeos/network/network_state.cc
|
| index 62c701907bc9fb63d7953a5511c1cfef45d36638..3967da10c28b6e7dc334bc30517b89d99d41ff08 100644
|
| --- a/chromeos/network/network_state.cc
|
| +++ b/chromeos/network/network_state.cc
|
| @@ -6,12 +6,12 @@
|
|
|
| #include "base/strings/string_number_conversions.h"
|
| #include "base/strings/stringprintf.h"
|
| -#include "chromeos/device_event_log.h"
|
| #include "chromeos/network/network_profile_handler.h"
|
| #include "chromeos/network/network_type_pattern.h"
|
| #include "chromeos/network/network_util.h"
|
| #include "chromeos/network/onc/onc_utils.h"
|
| #include "chromeos/network/shill_property_util.h"
|
| +#include "components/device_event_log/device_event_log.h"
|
| #include "third_party/cros_system_api/dbus/service_constants.h"
|
|
|
| namespace {
|
|
|