chromium/chrome/browser/device_identity/device_oauth2_token_service_factory.h

// Copyright 2013 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#ifndef CHROME_BROWSER_DEVICE_IDENTITY_DEVICE_OAUTH2_TOKEN_SERVICE_FACTORY_H_
#define CHROME_BROWSER_DEVICE_IDENTITY_DEVICE_OAUTH2_TOKEN_SERVICE_FACTORY_H_

#include "base/memory/ref_counted.h"

class PrefService;

namespace network {
class SharedURLLoaderFactory;
}

class DeviceOAuth2TokenService;

class DeviceOAuth2TokenServiceFactory {};

#endif  // CHROME_BROWSER_DEVICE_IDENTITY_DEVICE_OAUTH2_TOKEN_SERVICE_FACTORY_H_