Move //chrome/browser/{chromeos => ash}/profiles

This CL is part of the Chrome OS source code directory migration:
https://docs.google.com/document/d/1g-98HpzA8XcoGBWUv1gQNr4rbnD5yfvbtYZyPDDbkaE.

Change-Id: I1eedcd8542764f58cad6105f96e5d617e885982b
Bug: 1164001
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2658260
Commit-Queue: James Cook <[email protected]>
Auto-Submit: Yeunjoo Choi <[email protected]>
Owners-Override: James Cook <[email protected]>
Reviewed-by: James Cook <[email protected]>
Reviewed-by: Henrique Ferreiro <[email protected]>
Cr-Commit-Position: refs/heads/master@{#850624}
diff --git a/chrome/browser/sharesheet/sharesheet_service_factory.cc b/chrome/browser/sharesheet/sharesheet_service_factory.cc
index bab33d48..7b679a6a 100644
--- a/chrome/browser/sharesheet/sharesheet_service_factory.cc
+++ b/chrome/browser/sharesheet/sharesheet_service_factory.cc
@@ -14,7 +14,7 @@
 #include "components/keyed_service/content/browser_context_dependency_manager.h"
 
 #if BUILDFLAG(IS_CHROMEOS_ASH)
-#include "chrome/browser/chromeos/profiles/profile_helper.h"
+#include "chrome/browser/ash/profiles/profile_helper.h"
 #endif  // BUILDFLAG(IS_CHROMEOS_ASH)
 
 namespace sharesheet {