summaryrefslogtreecommitdiffstats
path: root/proto
diff options
context:
space:
mode:
authorDave Borowitz <dborowitz@google.com>2018-05-15 16:37:02 -0700
committerDave Borowitz <dborowitz@google.com>2018-05-15 16:38:04 -0700
commit12df29f20da57c971b104777df311febafd60de9 (patch)
treed0c74047edf0ffc548d5aa4661b1daa22d504c44 /proto
parent668944bc8878e5c8b2968a31ab235367ca44bd7e (diff)
Fix field name of OAuthTokenProto.provider_id
This is a trivial proto change which doesn't even affect the generated code. Change-Id: I823054400ce068102443a1f6bc3d9ea175642b72
Diffstat (limited to 'proto')
-rw-r--r--proto/cache.proto2
1 files changed, 1 insertions, 1 deletions
diff --git a/proto/cache.proto b/proto/cache.proto
index cf975c683f..634b595422 100644
--- a/proto/cache.proto
+++ b/proto/cache.proto
@@ -43,5 +43,5 @@ message OAuthTokenProto {
string secret = 2;
string raw = 3;
int64 expires_at = 4;
- string providerId = 5;
+ string provider_id = 5;
}