Commit f84cd3c6 authored by Jan Wilken Dörrie's avatar Jan Wilken Dörrie Committed by Commit Bot

[Passwords] Minor Leak Detection Proto Packet Fix

This change modifies the leak_detection_api.proto to have the same
package name as the server side definition.

Bug: 986298
Change-Id: I259b4c78c59dc9898a212a88f294e9b20414086a
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1732079
Commit-Queue: Jan Wilken Dörrie <jdoerrie@chromium.org>
Reviewed-by: default avatarVasilii Sukhanov <vasilii@chromium.org>
Cr-Commit-Position: refs/heads/master@{#683647}
parent cb38a6e9
syntax = "proto3"; syntax = "proto3";
package leak_detection; package google.internal.identity.passwords.leak.check.v1;
option optimize_for = LITE_RUNTIME; option optimize_for = LITE_RUNTIME;
......
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