// Copyright 2017 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_PAGE_LOAD_METRICS_RENDERER_PAGE_TIMING_SENDER_H_ #define COMPONENTS_PAGE_LOAD_METRICS_RENDERER_PAGE_TIMING_SENDER_H_ #include "components/page_load_metrics/common/page_load_metrics.mojom.h" namespace page_load_metrics { // PageTimingSender is an interface that is responsible for sending page load // timing through IPC. class PageTimingSender { … }; } // namespace page_load_metrics #endif // COMPONENTS_PAGE_LOAD_METRICS_RENDERER_PAGE_TIMING_SENDER_H_