commit | 93dd33b9c5213ff099c3aa5c239271e176f43e15 | [log] [tgz] |
---|---|---|
author | Henrique Ferreiro <[email protected]> | Tue Jan 18 16:06:45 2022 |
committer | Chromium LUCI CQ <[email protected]> | Tue Jan 18 16:06:45 2022 |
tree | c1bf7fa1ec7af89bb0c10975dcf9b0634c9d7389 | |
parent | a467cd8f7bb7ded186bfd5ded094fcf01de49639 [diff] [blame] |
Migrate ash/constants/ash_switches.* to namespace ash This CL is part of the Chrome OS source code directory migration: https://docs.google.com/document/d/1g-98HpzA8XcoGBWUv1gQNr4rbnD5yfvbtYZyPDDbkaE. Bug: 1157625, 1164001 Change-Id: Ia253571e495128dd9f571af94ced86ec2d1d3354 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3394954 Reviewed-by: Hidehiko Abe <[email protected]> Owners-Override: Hidehiko Abe <[email protected]> Commit-Queue: Henrique Ferreiro <[email protected]> Cr-Commit-Position: refs/heads/main@{#960408}
diff --git a/chrome/browser/ui/webui/help/help_utils_chromeos.cc b/chrome/browser/ui/webui/help/help_utils_chromeos.cc index 81003fd..baeb212 100644 --- a/chrome/browser/ui/webui/help/help_utils_chromeos.cc +++ b/chrome/browser/ui/webui/help/help_utils_chromeos.cc
@@ -20,7 +20,7 @@ // If this is a Cellular First device or the user actively checks for update, // the default is to allow updates over cellular. bool default_update_over_cellular_allowed = - interactive ? true : chromeos::switches::IsCellularFirstDevice(); + interactive ? true : ash::switches::IsCellularFirstDevice(); // Device Policy overrides the defaults. ash::CrosSettings* settings = ash::CrosSettings::Get();