commit | 15ab1acd372ac1f0c40c545328a60c5de09e3dc9 | [log] [tgz] |
---|---|---|
author | Yeunjoo Choi <[email protected]> | Thu Feb 04 17:15:07 2021 |
committer | Chromium LUCI CQ <[email protected]> | Thu Feb 04 17:15:07 2021 |
tree | 2ccd3aca87b43f4a4e9e735c118b03cc4940cf47 | |
parent | 078678fcaf52e9204e093f9738a4f0a03defe85a [diff] [blame] |
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 {