chromium/chrome/credential_provider/gaiacp/dllmain.h

// Copyright 2018 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_CREDENTIAL_PROVIDER_GAIACP_DLLMAIN_H_
#define CHROME_CREDENTIAL_PROVIDER_GAIACP_DLLMAIN_H_

#include "chrome/credential_provider/gaiacp/gaia_credential_provider_module.h"

extern credential_provider::CGaiaCredentialProviderModule _AtlModule;

#endif  // CHROME_CREDENTIAL_PROVIDER_GAIACP_DLLMAIN_H_