Commit a64096ac authored by mattm's avatar mattm Committed by Commit bot

Safebrowsing: Fix comments pointing to internal URL for API docs.

BUG=

Review URL: https://codereview.chromium.org/588803002

Cr-Commit-Position: refs/heads/master@{#296041}
parent ff4501a8
...@@ -9,7 +9,7 @@ option optimize_for = LITE_RUNTIME; ...@@ -9,7 +9,7 @@ option optimize_for = LITE_RUNTIME;
package safe_browsing; package safe_browsing;
// Everything below this comment was copied from the page // Everything below this comment was copied from the page
// <https://devsite.googleplex.com/safe-browsing/developers_guide_v3> , // <https://developers.google.com/safe-browsing/developers_guide_v3>,
// section "HTTP Response for Data" under "Response Body". // section "HTTP Response for Data" under "Response Body".
// Chunk data encoding format for the shavar-proto list format. // Chunk data encoding format for the shavar-proto list format.
......
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
#define CHROME_BROWSER_SAFE_BROWSING_PROTOCOL_PARSER_H_ #define CHROME_BROWSER_SAFE_BROWSING_PROTOCOL_PARSER_H_
// Parsers and formatters for SafeBrowsing v3.0 protocol: // Parsers and formatters for SafeBrowsing v3.0 protocol:
// https://devsite.googleplex.com/safe-browsing/developers_guide_v3 // https://developers.google.com/safe-browsing/developers_guide_v3
// //
// The quoted references are with respect to that document. // The quoted references are with respect to that document.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment