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/content/renderer/render_view_impl.cc b/content/renderer/render_view_impl.cc index c1190d4c..b88a6fe 100644 --- a/content/renderer/render_view_impl.cc +++ b/content/renderer/render_view_impl.cc
@@ -32,7 +32,7 @@ #include "base/strings/string_util.h" #include "base/strings/sys_string_conversions.h" #include "base/strings/utf_string_conversions.h" -#include "base/sys_info.h" +#include "base/system/sys_info.h" #include "base/threading/thread_task_runner_handle.h" #include "base/time/time.h" #include "base/trace_event/trace_event.h"