// 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_BOOKMARKS_BROWSER_TITLED_URL_MATCH_H_ #define COMPONENTS_BOOKMARKS_BROWSER_TITLED_URL_MATCH_H_ #include <stddef.h> #include <utility> #include <vector> #include "base/memory/raw_ptr.h" namespace bookmarks { class TitledUrlNode; struct TitledUrlMatch { … }; } // namespace bookmarks #endif // COMPONENTS_BOOKMARKS_BROWSER_TITLED_URL_MATCH_H_