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

Unified Diff: components/json_schema/json_schema_validator.h

Issue 1592403002: update obsolete code.google.com documentation links (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase on master Created 4 years, 10 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
« no previous file with comments | « chrome/test/chromedriver/test/unittest_util.py ('k') | components/nacl/loader/nacl_helper_linux.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/json_schema/json_schema_validator.h
diff --git a/components/json_schema/json_schema_validator.h b/components/json_schema/json_schema_validator.h
index e570dc55dc24e63b26aad3a5354dbbfdfbe7bccd..f3a5edf94124b3121135e4ad809a1dd60e9ef20a 100644
--- a/components/json_schema/json_schema_validator.h
+++ b/components/json_schema/json_schema_validator.h
@@ -52,7 +52,7 @@ class Value;
// if present, "additionalProperties" is to be a schema against which all
// additional properties will be validated.
// - regular expression supports all syntaxes that re2 accepts.
-// See https://code.google.com/p/re2/wiki/Syntax for details.
+// See https://github.com/google/re2/blob/master/doc/syntax.txt for details.
//==============================================================================
class JSONSchemaValidator {
public:
« no previous file with comments | « chrome/test/chromedriver/test/unittest_util.py ('k') | components/nacl/loader/nacl_helper_linux.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698