chromium/components/lens/lens_entrypoints.h

// Copyright 2021 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_LENS_LENS_ENTRYPOINTS_H_
#define COMPONENTS_LENS_LENS_ENTRYPOINTS_H_

namespace lens {

// Lens entry points for LWD.
enum EntryPoint {};

}  // namespace lens

#endif  // COMPONENTS_LENS_LENS_ENTRYPOINTS_H_