| Index: components/update_client/update_query_params.cc
|
| diff --git a/components/update_client/update_query_params.cc b/components/update_client/update_query_params.cc
|
| index 42c8c91ff526b5d8bb62a572ee7921a8adbd579c..5cd745b1198d7ae0ad408c0407b757a69e13642c 100644
|
| --- a/components/update_client/update_query_params.cc
|
| +++ b/components/update_client/update_query_params.cc
|
| @@ -6,10 +6,13 @@
|
|
|
| #include "base/logging.h"
|
| #include "base/strings/stringprintf.h"
|
| -#include "base/win/windows_version.h"
|
| #include "build/build_config.h"
|
| #include "components/update_client/update_query_params_delegate.h"
|
|
|
| +#if defined(OS_WIN)
|
| +#include "base/win/windows_version.h"
|
| +#endif
|
| +
|
| namespace update_client {
|
|
|
| namespace {
|
|
|