#ifndef COMPONENTS_NETWORK_TIME_NETWORK_TIME_TRACKER_H_
#define COMPONENTS_NETWORK_TIME_NETWORK_TIME_TRACKER_H_
#include <stdint.h>
#include <memory>
#include <optional>
#include <string_view>
#include "base/feature_list.h"
#include "base/gtest_prod_util.h"
#include "base/memory/raw_ptr.h"
#include "base/memory/ref_counted.h"
#include "base/observer_list.h"
#include "base/observer_list_types.h"
#include "base/threading/thread_checker.h"
#include "base/time/clock.h"
#include "base/time/time.h"
#include "base/timer/timer.h"
#include "build/build_config.h"
#include "components/network_time/time_tracker/time_tracker.h"
#include "url/gurl.h"
class PrefRegistrySimple;
class PrefService;
namespace base {
class TickClock;
}
namespace client_update_protocol {
class Ecdsa;
}
namespace network {
class SimpleURLLoader;
class SharedURLLoaderFactory;
}
network_time
#endif