Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(626)

Unified Diff: third_party/libaddressinput/chromium/cpp/test/retriever_test.cc

Issue 140823005: [rac] Download country code data in a single HTTP request. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Temporarily switch to staging URL. Created 6 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/libaddressinput/chromium/cpp/test/retriever_test.cc
diff --git a/third_party/libaddressinput/chromium/cpp/test/retriever_test.cc b/third_party/libaddressinput/chromium/cpp/test/retriever_test.cc
index 8d8e04039d27c35ed2ffd465a80c0496b1ebae88..4167a2759a01ac0701577b62d33b0ff1cd6e2720 100644
--- a/third_party/libaddressinput/chromium/cpp/test/retriever_test.cc
+++ b/third_party/libaddressinput/chromium/cpp/test/retriever_test.cc
@@ -29,7 +29,7 @@
namespace i18n {
namespace addressinput {
-const char kKey[] = "data/CA/AB--fr";
+const char kKey[] = "data/CA";
// Empty data that the downloader can return.
const char kEmptyData[] = "{}";

Powered by Google App Engine
This is Rietveld 408576698