// 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. #include "components/omnibox/browser/history_test_util.h" #include "base/time/time.h" #include "components/history/core/browser/history_database.h" namespace history { void AddFakeURLToHistoryDB(HistoryDatabase* history_db, const URLRow& url_row) { … } } // namespace history