summaryrefslogtreecommitdiffstats
path: root/ash/system/DEPS
diff options
context:
space:
mode:
authoralemate <alemate@chromium.org>2015-11-02 18:02:55 -0800
committerCommit bot <commit-bot@chromium.org>2015-11-03 02:03:48 +0000
commit3ffbde6fa1c63df6ff55ab5f4fb3151bd881e539 (patch)
treed5498b377a815acec2db4545986f9fd46a9ad1ac /ash/system/DEPS
parentba2118d943cfdbbfa407948089b557ed523561d6 (diff)
downloadchromium_src-3ffbde6fa1c63df6ff55ab5f4fb3151bd881e539.zip
chromium_src-3ffbde6fa1c63df6ff55ab5f4fb3151bd881e539.tar.gz
chromium_src-3ffbde6fa1c63df6ff55ab5f4fb3151bd881e539.tar.bz2
This CL replaces user_manager::UserID with AccountId.
This CL replaces API of user_manager::UserManager, thus modifying API of all child objects, and all calls to UserManager. This is part of transition to AccountId. BUG=468875 TEST=manual Committed: https://crrev.com/cd06408625de9e0d5cf4c7c1ede412cb5c82542b Cr-Commit-Position: refs/heads/master@{#357119} Review URL: https://codereview.chromium.org/1412813003 Cr-Commit-Position: refs/heads/master@{#357512}
Diffstat (limited to 'ash/system/DEPS')
-rw-r--r--ash/system/DEPS1
1 files changed, 1 insertions, 0 deletions
diff --git a/ash/system/DEPS b/ash/system/DEPS
index abf5b5f..1121c69 100644
--- a/ash/system/DEPS
+++ b/ash/system/DEPS
@@ -1,3 +1,4 @@
include_rules = [
"-chromeos",
+ "+components/signin/core/account_id",
]