chromium/remoting/base/is_google_email.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 REMOTING_BASE_IS_GOOGLE_EMAIL_H_
#define REMOTING_BASE_IS_GOOGLE_EMAIL_H_

#include <string>

namespace remoting {

extern bool IsGoogleEmail(const std::string& email_address);

}  // namespace remoting

#endif  // REMOTING_BASE_IS_GOOGLE_EMAIL_H_