chromium/chrome/browser/dips/dips_browser_signin_detector.h

// Copyright 2023 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_DIPS_DIPS_BROWSER_SIGNIN_DETECTOR_H_
#define CHROME_BROWSER_DIPS_DIPS_BROWSER_SIGNIN_DETECTOR_H_

#include "base/memory/raw_ptr.h"
#include "components/signin/public/identity_manager/account_info.h"
#include "components/signin/public/identity_manager/identity_manager.h"

class DIPSService;

class DIPSBrowserSigninDetector : public signin::IdentityManager::Observer {};

#endif  //  CHROME_BROWSER_DIPS_DIPS_BROWSER_SIGNIN_DETECTOR_H_