diff options
author | cmasone@chromium.org <cmasone@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-04-07 17:42:03 +0000 |
---|---|---|
committer | cmasone@chromium.org <cmasone@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-04-07 17:42:03 +0000 |
commit | 1ae412959a5ff5cfe4d2538f8580df8645631eec (patch) | |
tree | fa83d6ab2f8e1a3b7828a5881caa3aa058937ce7 /tools/cros.DEPS | |
parent | 6a89ef2c78c7b2ae2b56b3c50cafb493cedfd8d7 (diff) | |
download | chromium_src-1ae412959a5ff5cfe4d2538f8580df8645631eec.zip chromium_src-1ae412959a5ff5cfe4d2538f8580df8645631eec.tar.gz chromium_src-1ae412959a5ff5cfe4d2538f8580df8645631eec.tar.bz2 |
[Chrome OS] Request{Store|Retrieve}Policy require explicit lengths
match recent libcros changes around Store/RetrievePolicy
BUG=None
TEST=unit tests
R=stevenjb@chromium.org
Review URL: http://codereview.chromium.org/6815001
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@80807 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'tools/cros.DEPS')
-rw-r--r-- | tools/cros.DEPS/DEPS | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/cros.DEPS/DEPS b/tools/cros.DEPS/DEPS index 9043f55..c94dddd 100644 --- a/tools/cros.DEPS/DEPS +++ b/tools/cros.DEPS/DEPS @@ -4,5 +4,5 @@ vars = { deps = { "src/third_party/cros": - Var("chromium_git") + "/cros.git@890f2f00", + Var("chromium_git") + "/cros.git@4f6c04ef", } |