commit | 1e2a90e667e939cc440036849c63ecdd340aab8d | [log] [tgz] |
---|---|---|
author | Kevin Bailey <[email protected]> | Fri Oct 27 21:02:05 2017 |
committer | Commit Bot <[email protected]> | Fri Oct 27 21:02:05 2017 |
tree | 3d24fdd00816bbf51aa38e351ec5c97587f75e47 | |
parent | 633386658d1394e4cc30ed2c7ab012856f589679 [diff] [blame] |
[omnibox] Linting I made a lint pass on components/omnibox/browser, so that we could lint future changes and not see this old noise. Bug: Cq-Include-Trybots: master.tryserver.chromium.mac:ios-simulator-cronet Change-Id: Ie9502502ac4a83ef6ed02cb536f3590339a236ab Reviewed-on: https://chromium-review.googlesource.com/740101 Reviewed-by: Justin Donnelly <[email protected]> Reviewed-by: Rohit Rao (ping after 24h) <[email protected]> Commit-Queue: Kevin Bailey <[email protected]> Cr-Commit-Position: refs/heads/master@{#512272}
diff --git a/components/omnibox/browser/suggestion_answer_unittest.cc b/components/omnibox/browser/suggestion_answer_unittest.cc index ff8395f..d0a3553f 100644 --- a/components/omnibox/browser/suggestion_answer_unittest.cc +++ b/components/omnibox/browser/suggestion_answer_unittest.cc
@@ -4,6 +4,8 @@ #include "components/omnibox/browser/suggestion_answer.h" +#include <algorithm> + #include "base/json/json_reader.h" #include "base/memory/ptr_util.h" #include "base/strings/utf_string_conversions.h"