// Copyright 2014 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef COMPONENTS_OMNIBOX_BROWSER_ANSWERS_CACHE_H_ #define COMPONENTS_OMNIBOX_BROWSER_ANSWERS_CACHE_H_ #include <stddef.h> #include <list> #include <string> #include "third_party/omnibox_proto/answer_type.pb.h" struct AnswersQueryData { … }; // Cache for the most-recently seen answer for Answers in Suggest. class AnswersCache { … }; #endif // COMPONENTS_OMNIBOX_BROWSER_ANSWERS_CACHE_H_