Commit f9f200c8 authored by Leonard Grey's avatar Leonard Grey Committed by Commit Bot

Commander: fix typo

Bug: 1014639
Change-Id: I550f129e9a72cc371b5bdfa06be3c38280c10db5
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2450703
Auto-Submit: Leonard Grey <lgrey@chromium.org>
Reviewed-by: default avatarAvi Drissman <avi@chromium.org>
Commit-Queue: Avi Drissman <avi@chromium.org>
Cr-Commit-Position: refs/heads/master@{#813958}
parent 20c80a2d
......@@ -22,7 +22,7 @@ constexpr char kActionKey[] = "action";
constexpr char kResultSetIdKey[] = "result_set_id";
constexpr char kTitleKey[] = "title";
constexpr char kEntityKey[] = "entity";
constexpr char kAnnotationKey[] = "annotations";
constexpr char kAnnotationKey[] = "annotation";
constexpr char kMatchedRangesKey[] = "matched_ranges";
constexpr char kOptionsKey[] = "options";
} // namespace
......
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