commit | a9bdd13cde6f7a4bca9768d85b7b4dabf10880bb | [log] [tgz] |
---|---|---|
author | Ryan Tarpine <[email protected]> | Fri Feb 28 20:29:34 2025 |
committer | Chromium LUCI CQ <[email protected]> | Fri Feb 28 20:29:34 2025 |
tree | 3e63ed09b9d83480ef90064fd1dc00c977f6fe70 | |
parent | b2ba305d3479df150ccbcb5f06d82740a17f1fca [diff] [blame] |
[BTM] Rename files/directories prefixed with "dips" to "btm". Fixed: 399868999 Change-Id: Ibef87018728bad5e5deafbf4a76a25b6b08dba8d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6309330 Reviewed-by: Avi Drissman <[email protected]> Reviewed-by: Adam Langley <[email protected]> Commit-Queue: Ryan Tarpine <[email protected]> Reviewed-by: Ben Kelly <[email protected]> Cr-Commit-Position: refs/heads/main@{#1426513}
diff --git a/chrome/browser/devtools/protocol/system_info_handler.cc b/chrome/browser/devtools/protocol/system_info_handler.cc index 714ce837..f83633b 100644 --- a/chrome/browser/devtools/protocol/system_info_handler.cc +++ b/chrome/browser/devtools/protocol/system_info_handler.cc
@@ -6,8 +6,8 @@ #include "content/public/browser/browser_thread.h" #include "content/public/browser/web_contents.h" +#include "content/public/common/btm_utils.h" #include "content/public/common/content_features.h" -#include "content/public/common/dips_utils.h" SystemInfoHandler::SystemInfoHandler(protocol::UberDispatcher* dispatcher) { protocol::SystemInfo::Dispatcher::wire(dispatcher, this);