// Copyright 2016 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_UTIL_H_ #define COMPONENTS_SYNC_DEVICE_INFO_DEVICE_INFO_UTIL_H_ #include <string> #include "base/time/time.h" namespace sync_pb { class DeviceInfoSpecifics; } namespace syncer { // This class contains constants and static helper functions that are shared // between DeviceInfoSyncService and DeviceInfoSyncBridge. class DeviceInfoUtil { … }; } // namespace syncer #endif // COMPONENTS_SYNC_DEVICE_INFO_DEVICE_INFO_UTIL_H_