diff options
Diffstat (limited to 'metrics_utils.h')
-rw-r--r-- | metrics_utils.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/metrics_utils.h b/metrics_utils.h index 7c3b02d8..d9826c14 100644 --- a/metrics_utils.h +++ b/metrics_utils.h @@ -17,7 +17,7 @@ #ifndef UPDATE_ENGINE_METRICS_UTILS_H_ #define UPDATE_ENGINE_METRICS_UTILS_H_ -#include "update_engine/connection_manager.h" +#include "update_engine/connection_utils.h" #include "update_engine/metrics.h" namespace chromeos_update_engine { @@ -39,8 +39,8 @@ metrics::DownloadErrorCode GetDownloadErrorCode(ErrorCode code); metrics::AttemptResult GetAttemptResult(ErrorCode code); // Calculates the internet connection type given |type| and |tethering|. -metrics::ConnectionType GetConnectionType(NetworkConnectionType type, - NetworkTethering tethering); +metrics::ConnectionType GetConnectionType(ConnectionType type, + ConnectionTethering tethering); // This function returns the duration on the wallclock since the last // time it was called for the same |state_variable_key| value. |