Commit aa3df709 authored by Brandon Wylie's avatar Brandon Wylie Committed by Commit Bot

Adjust keyword ordering for DeferredOnSelectionRunnable

This is to comply with the new presubmit rule which enforces the
following keyword order:
public protected private abstract default static final transient
volatile synchronized native strictfp

Bug: 1003711
Change-Id: I6b2d98814427b9e9c14b8d705a4a8a114aac2c96
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1810018
Commit-Queue: Brandon Wylie <wylieb@chromium.org>
Reviewed-by: default avatarTheresa  <twellington@chromium.org>
Cr-Commit-Position: refs/heads/master@{#697693}
parent c950200e
...@@ -1065,7 +1065,7 @@ class AutocompleteMediator ...@@ -1065,7 +1065,7 @@ class AutocompleteMediator
mAutocomplete = controller; mAutocomplete = controller;
} }
private static abstract class DeferredOnSelectionRunnable implements Runnable { private abstract static class DeferredOnSelectionRunnable implements Runnable {
protected final OmniboxSuggestion mSuggestion; protected final OmniboxSuggestion mSuggestion;
protected final int mPosition; protected final int mPosition;
protected boolean mShouldLog; protected boolean mShouldLog;
......
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