| // Copyright 2020 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/query_tiles/internal/black_hole_log_sink.h" | |
| namespace query_tiles { | |
| namespace test { | |
| void BlackHoleLogSink::OnServiceStatusChanged() {} | |
| void BlackHoleLogSink::OnTileDataAvailable() {} | |
| } // namespace test | |
| } // namespace query_tiles |