// Copyright 2026 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#ifndef THIRD_PARTY_SENTENCEPIECE_SHIMS_CONFIG_H_
#define THIRD_PARTY_SENTENCEPIECE_SHIMS_CONFIG_H_

// This is unsed in Chrome's build but needs to be defined.
#define INSTALL_DATADIR "."

#endif  // THIRD_PARTY_SENTENCEPIECE_SHIMS_CONFIG_H_
