// Copyright 2019 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_SYNC_DEVICE_INFO_DEVICE_INFO_PREFS_H_ #define COMPONENTS_SYNC_DEVICE_INFO_DEVICE_INFO_PREFS_H_ #include <string> #include "base/memory/raw_ptr.h" class PrefService; class PrefRegistrySimple; namespace base { class Clock; } // namespace base namespace syncer { // Use this for determining if a cache guid was recently used by this device. class DeviceInfoPrefs { … }; } // namespace syncer #endif // COMPONENTS_SYNC_DEVICE_INFO_DEVICE_INFO_PREFS_H_