commit | ac55c997637a8092ceb6410367b220841b749d11 | [log] [tgz] |
---|---|---|
author | Colin Blundell <[email protected]> | Wed Nov 07 15:30:33 2018 |
committer | Commit Bot <[email protected]> | Wed Nov 07 15:30:33 2018 |
tree | 0a9d938d208fbbc5eb38d33aa62961ec5c836551 | |
parent | 3423dc740a5782552fce6d63221036f8819f4cc5 [diff] [blame] |
Rename profile_management_switches.* to account_consistency_method.* As suggested by msarda@ on https://chromium-review.googlesource.com/c/chromium/src/+/1317915. [email protected] Bug: 901859 Change-Id: I4b317bafa5e4a1a017e1977e2ddd444c61c3cfd3 Reviewed-on: https://chromium-review.googlesource.com/c/1319596 Commit-Queue: Colin Blundell <[email protected]> Reviewed-by: Mihai Sardarescu <[email protected]> Cr-Commit-Position: refs/heads/master@{#606049}
diff --git a/chrome/browser/profiles/profile_info_cache_unittest.cc b/chrome/browser/profiles/profile_info_cache_unittest.cc index c15139c..b71b0626 100644 --- a/chrome/browser/profiles/profile_info_cache_unittest.cc +++ b/chrome/browser/profiles/profile_info_cache_unittest.cc
@@ -27,7 +27,7 @@ #include "chrome/test/base/testing_browser_process.h" #include "components/account_id/account_id.h" #include "components/prefs/testing_pref_service.h" -#include "components/signin/core/browser/profile_management_switches.h" +#include "components/signin/core/browser/account_consistency_method.h" #include "components/sync_preferences/pref_service_syncable.h" #include "content/public/test/test_browser_thread_bundle.h" #include "content/public/test/test_utils.h"