blob: ed415fe3b35c3cee9e28585ac07bc00eeb8805e2 [file] [log] [blame]
// Copyright 2025 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_GLIC_GLIC_ENUMS_H_
#define CHROME_BROWSER_GLIC_GLIC_ENUMS_H_
namespace glic {
// Add here Glic enums that should be visible to external code. If the enum is
// also used in Mojo, it should be defined in ./glic.mojom instead (also visible
// to external code).
} // namespace glic
#endif // CHROME_BROWSER_GLIC_GLIC_ENUMS_H_