// Copyright 2016 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_AUTOFILL_CORE_BROWSER_PAYMENTS_LEGAL_MESSAGE_LINE_H_ #define COMPONENTS_AUTOFILL_CORE_BROWSER_PAYMENTS_LEGAL_MESSAGE_LINE_H_ #include <string> #include <vector> #include "base/gtest_prod_util.h" #include "base/values.h" #include "ui/gfx/range/range.h" #include "url/gurl.h" namespace autofill { class LegalMessageLine; LegalMessageLines; class LegalMessageLine { … }; } // namespace autofill #endif // COMPONENTS_AUTOFILL_CORE_BROWSER_PAYMENTS_LEGAL_MESSAGE_LINE_H_