Move the base/sys_info* files to base/system/

This is a part of my effort to cleanup our system-wide metric
measurement code.

[email protected],[email protected],[email protected],[email protected],[email protected]

Bug: 891864
Change-Id: I896b8936d91789ba0e0423f0937cd54c973bfcda
Reviewed-on: https://chromium-review.googlesource.com/c/1327441
Commit-Queue: Sébastien Marchand <[email protected]>
Reviewed-by: Sébastien Marchand <[email protected]>
Reviewed-by: François Doray <[email protected]>
Cr-Commit-Position: refs/heads/master@{#607813}
diff --git a/components/update_client/update_query_params.cc b/components/update_client/update_query_params.cc
index 272016c7..7e4b01a 100644
--- a/components/update_client/update_query_params.cc
+++ b/components/update_client/update_query_params.cc
@@ -6,7 +6,7 @@
 
 #include "base/logging.h"
 #include "base/strings/stringprintf.h"
-#include "base/sys_info.h"
+#include "base/system/sys_info.h"
 #include "build/build_config.h"
 #include "components/update_client/update_query_params_delegate.h"
 #include "components/version_info/version_info.h"