#ifndef CHROME_BROWSER_PAGE_LOAD_METRICS_OBSERVERS_GWS_HP_PAGE_LOAD_METRICS_OBSERVER_H_
#define CHROME_BROWSER_PAGE_LOAD_METRICS_OBSERVERS_GWS_HP_PAGE_LOAD_METRICS_OBSERVER_H_
#include "components/page_load_metrics/browser/page_load_metrics_observer.h"
namespace internal {
extern const char kHistogramGWSHpParseStart[];
extern const char kHistogramGWSHpConnectStart[];
extern const char kHistogramGWSHpDomainLookupStart[];
extern const char kHistogramGWSHpDomainLookupEnd[];
}
class GWSHpPageLoadMetricsObserver
: public page_load_metrics::PageLoadMetricsObserver { … };
#endif