diff options
author | tommycli <tommycli@chromium.org> | 2014-09-10 10:09:58 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2014-09-10 17:14:49 +0000 |
commit | 43754386adfac6ca796478cd0b68947a8be599cb (patch) | |
tree | df3b7fb4a4bf8bdce4aeba6f78e29e44233db7ce /components/component_updater | |
parent | 8e369096567e079d70bd87ac1e4fad4f58c8fbec (diff) | |
download | chromium_src-43754386adfac6ca796478cd0b68947a8be599cb.zip chromium_src-43754386adfac6ca796478cd0b68947a8be599cb.tar.gz chromium_src-43754386adfac6ca796478cd0b68947a8be599cb.tar.bz2 |
Componentize component_updater: Enable tests on iOS.
BUG=371463
Review URL: https://codereview.chromium.org/555523003
Cr-Commit-Position: refs/heads/master@{#294184}
Diffstat (limited to 'components/component_updater')
-rw-r--r-- | components/component_updater/test/update_response_unittest.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/component_updater/test/update_response_unittest.cc b/components/component_updater/test/update_response_unittest.cc index ef78c4f..0a7070b 100644 --- a/components/component_updater/test/update_response_unittest.cc +++ b/components/component_updater/test/update_response_unittest.cc @@ -122,7 +122,7 @@ const char* kInvalidVersion = // must be able to parse responses that include namespaces. const char* kUsesNamespacePrefix = "<?xml version='1.0' encoding='UTF-8'?>" - "<g:response xmlns='http://www.google.com/update2/response' protocol='3.0'>" + "<g:response xmlns:g='http://www.google.com/update2/response' protocol='3.0'>" " <g:app appid='12345'>" " <g:updatecheck status='ok'>" " <g:urls>" |