// 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_SEARCH_ENGINES_SEARCH_TERMS_DATA_H_ #define COMPONENTS_SEARCH_ENGINES_SEARCH_TERMS_DATA_H_ #include <memory> #include <string> #include "base/compiler_specific.h" // All data needed by TemplateURLRef::ReplaceSearchTerms which typically may // only be accessed on the UI thread. class SearchTermsData { … }; #endif // COMPONENTS_SEARCH_ENGINES_SEARCH_TERMS_DATA_H_