commit | 75a7cdfb81e7294b376b4e5c4f37793c5b816ad4 | [log] [tgz] |
---|---|---|
author | Sebastien Marchand <[email protected]> | Tue Nov 13 23:47:03 2018 |
committer | Commit Bot <[email protected]> | Tue Nov 13 23:47:03 2018 |
tree | 0885f1fdf7ae22b595ea4bbcc034f5cdbe6342b6 | |
parent | c8aff835e08a6604b87bcc8c32aa85295eda654d [diff] [blame] |
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"