[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);